OpenProject is the leading open source project management software.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openproject/app/views/settings/_redmine_costs.rhtml

9 lines
355 B

<p>
<label><%= l(:label_currency) %></label><%= text_field_tag 'settings[costs_currency]', @settings['costs_currency'], :size => 15 %>
</p>
<p>
<label><%= l(:label_currency_format) %></label><%= text_field_tag 'settings[costs_currency_format]', @settings['costs_currency_format'], :size => 15 %>
<br /><em><%= l(:help_currency_format) %></em>
</p>