<%= render :file => 'shared/tiny_mce' %>

<%= _('Editing header and footer') %>

<% form_tag do %>
<% if environment.enabled?('display_header_footer_explanation') %>
<%= _('Using the fields below you can customize the header and footer for your website:') %>

<%= _('See existing examples:') %>

<% end %>

<%= _('Content for header ') %>

<%= text_area_tag(:custom_header, @header, :style => 'width: 100%; height: 150px;') %>

<%= _('Content for footer') %>

<%= text_area_tag(:custom_footer, @footer, :style => 'width: 100%; height: 150px;') %> <% button_bar do %> <%= submit_button(:save, _('Save')) %> <%= button(:cancel, _('Cancel'), :action => 'index') %> <% end %>
<% end %>