##// END OF EJS Templates
One-click bulk edition using the issue list context menu within the same project (#1770)....
One-click bulk edition using the issue list context menu within the same project (#1770). git-svn-id: http://redmine.rubyforge.org/svn/trunk@1765 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r792:73dba2ac044f
r1764:ea627ca98d21
Show More
_form.rhtml
11 lines | 385 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>
<p><label for="enumeration_is_default"><%=l(:field_is_default)%></label>
<%= check_box 'enumeration', 'is_default' %></p>
<!--[eoform:optvalue]-->
</div>