Files
redmine_overhead/app/views/timesheet/_overhead_form.html.erb
2009-04-22 11:41:28 -07:00

9 lines
221 B
Plaintext

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