##// END OF EJS Templates
Textilized project descriptions on project list and home page....
Textilized project descriptions on project list and home page. Added jsToolbar on project form. git-svn-id: http://redmine.rubyforge.org/svn/trunk@651 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r65:96f83cc8f0f0
r645:7b366758fdc4
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>