Files
redmine_overhead/app/views/timesheet/_overhead_form.html.erb

11 lines
306 B
Plaintext

<p>
<label for="timesheet[billable][]" class="select_all">
<%= l(:overhead_field_billing_status) %>
</label>
<br />
<%= select_tag('timesheet[billable][]',
options_for_select(billable_values, selected_values),
{:multiple => true, :size => list_size}) %>
</p>