%= render :file => 'shared/tiny_mce' %>
<%= _('Editing header and footer') %>
<% form_tag do %>
<%= _('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 %>