2006-06-28 22:11:03 +04:00
|
|
|
<%= error_messages_for 'enumeration' %>
|
2006-09-02 17:33:23 +04:00
|
|
|
<div class="box">
|
2006-06-28 22:11:03 +04:00
|
|
|
<!--[form:optvalue]-->
|
|
|
|
<%= hidden_field 'enumeration', 'opt' %>
|
|
|
|
|
2006-09-02 17:33:23 +04:00
|
|
|
<p><label for="enumeration_name"><%=l(:field_name)%></label>
|
2006-06-28 22:11:03 +04:00
|
|
|
<%= text_field 'enumeration', 'name' %></p>
|
|
|
|
<!--[eoform:optvalue]-->
|
2006-09-02 17:33:23 +04:00
|
|
|
</div>
|