96f83cc8f0
git-svn-id: http://redmine.rubyforge.org/svn/trunk@67 e93f8b46-1217-0410-a6f0-8f06a7374b81
9 lines
261 B
Plaintext
9 lines
261 B
Plaintext
<%= 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> |