% @link_title = @page_title = "Add New Link to Sitemap" %>
<%= content_for :functions do %>
<%= "
#{ @page_title }
" %>
<%= link_to(span_tag("list all"), cms.sitemap_path, :class => "button") %>
<% end %>
<%= form_for(@link) do |f| %>
<%= hidden_field_tag :section_id, @link.section_id %>
<%= render :partial => 'form', :locals => {:f => f} %>
<%= publish_button "link" %>
<%= lt_button_wrapper(f.submit("Save", :class => "submit", :tabindex => next_tabindex )) %>
<% end %>