Commit 69df378d690b6aef535bbbf0522495bdc643f5a2
1 parent
405d15e1
Exists in
master
and in
29 other branches
Adding the cart namespace to a style selector of the cart plugin
Showing
2 changed files
with
2 additions
and
2 deletions
Show diff stats
plugins/shopping_cart/public/style.css
plugins/shopping_cart/views/shopping_cart_plugin_myprofile/reports.html.erb
... | ... | @@ -6,7 +6,7 @@ |
6 | 6 | <% status_collection = [[nil, _('All')]] %> |
7 | 7 | <% status_collection += status.map{|s| [pos+=1, s] } %> |
8 | 8 | |
9 | -<% form_tag({}, {:id => 'order-filter'}) do %> | |
9 | +<% form_tag({}, {:id => 'cart-order-filter'}) do %> | |
10 | 10 | <%= labelled_text_field(_('From')+' ', :from, @from.strftime("%Y-%m-%d"), :id => 'from', :size => 9) %> |
11 | 11 | <%= labelled_text_field(_('to')+' ', :to, @to.strftime("%Y-%m-%d"), :id => 'to', :size => 9) %> |
12 | 12 | <span style="white-space:nowrap"><%= labelled_select(_('Status')+' ', :filter_status, :first, :last, @status, status_collection)%></span> | ... | ... |