[#2279] Added the Billing Status label and fixed the specs to work with a

render_to_string.
This commit is contained in:
Eric Davis
2009-04-22 11:35:56 -07:00
parent ebd06b893b
commit b4fbbde01a
3 changed files with 34 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
<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>