cirandas.net

ref: master

app/views/profile_editor/header_footer.html.erb


<%= _('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:') %>
  • <%= _('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.') %>
<% end %>

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

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

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

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