<% @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([:cms, @link]) do |f| %> <%= hidden_field_tag :section_id, @link.section_id %> <%= render :partial => 'form', :locals => {:f => f} %>
<%= lt_button_wrapper(%Q{}) %> <%= lt_button_wrapper(f.submit("Save", :class => "submit", :tabindex => next_tabindex )) %>
<% end %>