2006-07-29 23:54:22 +04:00
|
|
|
<h2><%=l(:label_confirmation)%></h2>
|
2006-06-28 22:11:03 +04:00
|
|
|
<div class="box">
|
|
|
|
<center>
|
2006-07-29 23:54:22 +04:00
|
|
|
<p><strong><%= @project.name %></strong><br />
|
|
|
|
<%=l(:text_project_destroy_confirmation)%></p>
|
|
|
|
|
2006-06-28 22:11:03 +04:00
|
|
|
<p>
|
|
|
|
<%= start_form_tag({:controller => 'projects', :action => 'destroy', :id => @project}) %>
|
|
|
|
<%= hidden_field_tag "confirm", 1 %>
|
2006-07-29 23:54:22 +04:00
|
|
|
<%= submit_tag l(:button_delete) %>
|
2006-06-28 22:11:03 +04:00
|
|
|
<%= end_form_tag %>
|
|
|
|
</p>
|
|
|
|
</center>
|
|
|
|
</div>
|