Skip to content

Commit

Permalink
Deface style overrides
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis 'jumph4x authored and romul committed Apr 8, 2012
1 parent 8d13215 commit acdbe6c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions lib/core_charges_overrides.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Deface::Override.new(:virtual_path => "admin/products/_form",
:name => "converted_admin_product_form_right",
:insert_after => "[data-hook='admin_product_form_right'], #admin_product_form_right[data-hook]",
:text => "<%= f.label :core_amount, t(\"core_amount\") %> <br />
<%= f.select :core_amount, [nil, 25.0, 50.0, 75.0, 100.0, 150.0, 200.0], :class => \"text \" %>
<%= f.error_message_on :core_amount %>",
:disabled => false)

0 comments on commit acdbe6c

Please sign in to comment.