Files
redmine_overhead/app/views/timesheet/_overhead_form.html.erb
2009-04-22 12:02:30 -07:00

11 lines
289 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),
{:multiple => true, :size => list_size}) %>
</p>