##// END OF EJS Templates
Adds boolean and list custom fields for time entries as criteria on timelog report....
Adds boolean and list custom fields for time entries as criteria on timelog report. git-svn-id: http://redmine.rubyforge.org/svn/trunk@1691 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r792:73dba2ac044f
r1674:d84d38983ac7
Show More
_form.rhtml
11 lines | 385 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>
Jean-Philippe Lang
Added default value for enumerations....
r792
<p><label for="enumeration_is_default"><%=l(:field_is_default)%></label>
<%= check_box 'enumeration', 'is_default' %></p>
Jean-Philippe Lang
Initial commit...
r2 <!--[eoform:optvalue]-->
Jean-Philippe Lang
tables and forms redesign,...
r19 </div>