<%= _('Administrator Panel') %>

<%= _('You, as an environment administrator, has the following options:')%>

<%= link_to _('Edit site info'), :action => 'site_info' %>
<%= link_to __('Edit message for disabled enterprises'), :action => 'message_for_disabled_enterprise' %>
<%= link_to _('Enable/disable features'), :controller => 'features' %>
<%= link_to _('Enable/disable plugins'), :controller => 'plugins' %>
<%= link_to _('Edit sideboxes'), :controller => 'environment_design'%>
<%= link_to _('Manage Categories'), :controller => 'categories'%>
<%= link_to _('Manage User roles'), :controller => 'role' %>
<%= link_to _('Manage users'), :controller => 'users' %>
<%= link_to _('Manage Validators by region'), :controller => 'region_validators' %>
<%= link_to _('Edit Templates'), :action => 'edit_templates' %>
<%= link_to _('Manage Fields'), :controller => 'features', :action => 'manage_fields' %>
<%= link_to _('Set Portal'), :action => 'set_portal_community' %>
<%= link_to _('Terms of use'), :action => 'terms_of_use' %>