Commit 1ac0570461d7a822abf90c57109cf5631b1b6539

Authored by Victor Costa
1 parent fad23ab1

Change 'Why categorize' button from lightbox to colorbox

app/views/cms/edit.html.erb
... ... @@ -26,7 +26,7 @@
26 26 <% end %>
27 27  
28 28 <div style='float: right'>
29   - <%= lightbox_button :help, _('Why categorize?'), :action => 'why_categorize' %>
  29 + <%= colorbox_button :help, _('Why categorize?'), :action => 'why_categorize' %>
30 30 </div>
31 31  
32 32 <%= select_categories(:article, _('Categorize your article')) %>
... ...
app/views/cms/why_categorize.html.erb
... ... @@ -5,5 +5,5 @@
5 5 </p>
6 6  
7 7 <% button_bar do %>
8   - <%= lightbox_close_button _('Close') %>
  8 + <%= colorbox_close_button _('Close') %>
9 9 <% end %>
... ...