Mercurial > hg > soundsoftware-site
diff .svn/pristine/3e/3e69b6e2154a117c66e42d50dd35e274a3a35611.svn-base @ 909:cbb26bc654de redmine-1.3
Update to Redmine 1.3-stable branch (Redmine SVN rev 8964)
author | Chris Cannam |
---|---|
date | Fri, 24 Feb 2012 19:09:32 +0000 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/.svn/pristine/3e/3e69b6e2154a117c66e42d50dd35e274a3a35611.svn-base Fri Feb 24 19:09:32 2012 +0000 @@ -0,0 +1,16 @@ +<h2><%=l(:label_confirmation)%></h2> +<div class="warning"> +<p><strong><%=h @project_to_destroy %></strong><br /> +<%=l(:text_project_destroy_confirmation)%> + +<% if @project_to_destroy.descendants.any? %> +<br /><%= l(:text_subprojects_destroy_warning, content_tag('strong', h(@project_to_destroy.descendants.collect{|p| p.to_s}.join(', ')))) %> +<% end %> +</p> +<p> + <% form_tag(project_path(@project_to_destroy), :method => :delete) do %> + <label><%= check_box_tag 'confirm', 1 %> <%= l(:general_text_Yes) %></label> + <%= submit_tag l(:button_delete) %> + <% end %> +</p> +</div>