[#4280] Add the $ as a hint to the Deliverable total form.

This commit is contained in:
Eric Davis
2010-07-19 17:39:35 -07:00
parent 1670fb5a73
commit 7209871e87
+1 -1
View File
@@ -37,7 +37,7 @@
<% end %>
<% end %>
<%= form.input :total, :input_html => {:size => 10}, :wrapper_html => {:class => 'deliverable_total_input'} %>
<%= form.input :total, :input_html => {:size => 10}, :wrapper_html => {:class => 'deliverable_total_input'}, :hint => l(:text_dollar_sign) %>
<% end %>