##// END OF EJS Templates
Raise the height of text custom fields....
Raise the height of text custom fields. git-svn-id: http://svn.redmine.org/redmine/trunk@16252 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r15794:04eefdc809b0
r15870:8e4cb42f8e06
Show More
_timelog.html.erb
10 lines | 284 B | text/plain | TextLexer
<%= form_tag({:action => 'edit', :tab => 'timelog'}) do %>
<div class="box tabular settings">
<p><%= setting_multiselect(:timelog_required_fields,
[[l(:field_issue), 'issue_id'], [l(:field_comments), 'comments'] ]) %></p>
</div>
<%= submit_tag l(:button_save) %>
<% end %>