##// END OF EJS Templates
Patch 9725 Email templates of chinese simplified (Andy Wu)...
Patch 9725 Email templates of chinese simplified (Andy Wu) git-svn-id: http://redmine.rubyforge.org/svn/trunk@413 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r65:96f83cc8f0f0
r410:a9a082f05cc3
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>