##// END OF EJS Templates
Added all list and boolean custom data fields to the Time Report. #4077...
Added all list and boolean custom data fields to the Time Report. #4077 git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2951 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r1300:68fe7856c921
r2837:2e0cbd2840ff
Show More
_form.rhtml
8 lines | 399 B | text/html+ruby | RhtmlLexer
<%= error_messages_for 'version' %>
<div class="box">
<p><%= f.text_field :name, :size => 60, :required => true %></p>
<p><%= f.text_field :description, :size => 60 %></p>
<p><%= f.text_field :wiki_page_title, :label => :label_wiki_page, :size => 60, :disabled => @project.wiki.nil? %></p>
<p><%= f.text_field :effective_date, :size => 10 %><%= calendar_for('version_effective_date') %></p>
</div>