%= render :partial => 'admin/shared/configuration_menu' %>
<%= t("ext_static_content_new_page") %>
<%= render "shared/error_messages", :target => @page %>
<% form_for(:page, :url => collection_url) do |f| %>
<%= render :partial => "form", :locals => { :f => f } %>
<%= button t("actions.create"), nil, 'submit', {"class" => "wymupdate"} %>
<%= t("or") %> <%= link_to t("actions.cancel"), collection_url %>
<% end %>