index.rhtml 264 Bytes
<h1><%= _('Editing sideboxes')%></h1>

<% button_bar do %>
  <%= lightbox_button('add', _('Add a block'), { :action => 'add_block' }) %> 
  <%= button(:back, _('Back to control panel'), :controller => (profile.nil? ? 'admin_panel': 'profile_editor')) %>
<% end %>