%= stylesheet_import( %w( media_listing button ) ) + "\n" + stylesheet_import( %w( media_listing button ), :themed_source => true ) %> <%= javascript_include_tag :defaults %> <%= javascript_include_tag 'lowpro' %> <%= icon_theme_stylesheet_tag %>
<%= _("Include files in some folder or select from the list below to add images and documents to the text editor beside (max size %s)") % UploadedFile.max_size.to_humanreadable %>
<% form_for('uploaded_file', :url => {:action => 'upload_files'}, :html => {:multipart => true}) do |f| %> <%= hidden_field_tag('back_to', @back_to) %> <%= render :partial => 'upload_file_form', :locals => { :size => '30' } %> <% end %><%= _('Drag images and documents to add them to the text. If needed, resize images by clicking the tree icon on editor.') %>