##// END OF EJS Templates
removed png transparency (not supported in ie)...
removed png transparency (not supported in ie) git-svn-id: http://redmine.rubyforge.org/svn/trunk@207 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r181:845460b16525
r204:99f006f2c959
Show More
destroy.rhtml
13 lines | 382 B | text/html+ruby | RhtmlLexer
Jean-Philippe Lang
Localization plugin removed (replaced with GLoc)...
r12 <h2><%=l(:label_confirmation)%></h2>
Jean-Philippe Lang
Initial commit...
r2 <div class="box">
<center>
Jean-Philippe Lang
Localization plugin removed (replaced with GLoc)...
r12 <p><strong><%= @project.name %></strong><br />
<%=l(:text_project_destroy_confirmation)%></p>
Jean-Philippe Lang
Initial commit...
r2 <p>
Jean-Philippe Lang
deprecated start_form_tag replaced by form_tag...
r181 <% form_tag({:controller => 'projects', :action => 'destroy', :id => @project}) do %>
Jean-Philippe Lang
Initial commit...
r2 <%= hidden_field_tag "confirm", 1 %>
Jean-Philippe Lang
Localization plugin removed (replaced with GLoc)...
r12 <%= submit_tag l(:button_delete) %>
Jean-Philippe Lang
deprecated start_form_tag replaced by form_tag...
r181 <% end %>
Jean-Philippe Lang
Initial commit...
r2 </p>
</center>
</div>