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

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