<% html_title(l(:dmsf)) %>

<%= link_to l(:link_documents), {:controller => 'dmsf', :action => 'show', :id => @project } %>

<%= form_for(@project, :url => {:action => 'save_root', :id => @project}, :html => {:method=>:post}) do |f| %>

<%= label_tag('project_dmsf_description', "#{l(:label_description)}:") %>

<%= f.text_area(:dmsf_description, :rows => 15, :class => 'wiki-edit') %>
<%= submit_tag(l(:submit_save)) %> <% end %> <%= wikitoolbar_for 'dmsf_folder_description' %> <% content_for :header_tags do %> <%= stylesheet_link_tag 'dmsf', :plugin => 'redmine_dmsf' %> <% end %>