<% if environment.enabled?('display_header_footer_explanation') %>
<%= _('Using the fields below you can customize the header and footer for your website:') %>
- <%= _('On header, you can include a personalized banner by first adding in "Manage content", and then referencing it here. A good format is 468 X 60 pixels, PNG format.') %>
- <%= _('On footer, you can include a slogan and your contact information etc.') %>
<%= _('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 %>