mirror of
https://github.com/meineerde/redmine.git
synced 2025-12-25 01:41:14 +00:00
Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@16176 e93f8b46-1217-0410-a6f0-8f06a7374b81
11 lines
284 B
Plaintext
11 lines
284 B
Plaintext
<%= 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 %>
|