##// 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
Jean-Philippe Lang
Initial commit...
r2 <%= error_messages_for 'enumeration' %>
Jean-Philippe Lang
tables and forms redesign,...
r19 <div class="box">
Jean-Philippe Lang
Initial commit...
r2 <!--[form:optvalue]-->
<%= hidden_field 'enumeration', 'opt' %>
Jean-Philippe Lang
tables and forms redesign,...
r19 <p><label for="enumeration_name"><%=l(:field_name)%></label>
Jean-Philippe Lang
Initial commit...
r2 <%= text_field 'enumeration', 'name' %></p>
<!--[eoform:optvalue]-->
Jean-Philippe Lang
tables and forms redesign,...
r19 </div>