##// END OF EJS Templates
Added a confirmation dialog box for project archiving...
Added a confirmation dialog box for project archiving git-svn-id: http://redmine.rubyforge.org/svn/trunk@603 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r65:96f83cc8f0f0
r600:3be226d0c475
Show More
_form.rhtml
8 lines | 261 B | text/html+ruby | RhtmlLexer
<%= error_messages_for 'enumeration' %>
<div class="box">
<!--[form:optvalue]-->
<%= hidden_field 'enumeration', 'opt' %>
<p><label for="enumeration_name"><%=l(:field_name)%></label>
<%= text_field 'enumeration', 'name' %></p>
<!--[eoform:optvalue]-->
</div>