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