Commit b25a3643dfe2ed31d1ecdb97b4feb70363017384
1 parent
e553b651
Exists in
master
and in
29 other branches
ActionItem558: swiched the order of radio button
swiched the order of the sellers search block radio button between producs and enterprises git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@2297 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
app/views/search/_sellers_form.rhtml
... | ... | @@ -4,8 +4,8 @@ |
4 | 4 | |
5 | 5 | <div class="search-in-opt"><%= _('Search in:') %> |
6 | 6 | <dir> |
7 | - <%= labelled_radio_button _('Products'), 'asset', 'products', true %><br /> | |
8 | - <%= labelled_radio_button _('Enterprises'), 'asset', 'enterprises', false %> | |
7 | + <%= labelled_radio_button _('Enterprises'), 'asset', 'enterprises', true %><br /> | |
8 | + <%= labelled_radio_button _('Products'), 'asset', 'products', false %> | |
9 | 9 | </dir> |
10 | 10 | </div> |
11 | 11 | ... | ... |