From 622183ea58d699504e547c77a4373da4461c1421 Mon Sep 17 00:00:00 2001 From: Antonio Terceiro Date: Thu, 12 Mar 2009 17:57:35 -0300 Subject: [PATCH] ActionItem970: small enhancements to upload screen --- app/views/cms/upload_files.rhtml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/app/views/cms/upload_files.rhtml b/app/views/cms/upload_files.rhtml index 6e5898b..1de5c6e 100644 --- a/app/views/cms/upload_files.rhtml +++ b/app/views/cms/upload_files.rhtml @@ -16,12 +16,14 @@

<%= _('Publish media') %>

<%= _("Select the files you want to upload (max size %s):") % UploadedFile.max_size.to_humanreadable %>

-

<%= _('Photos/Videos/Audio/Documents') %>

+

<%= _('Documents, Images, Videos, Audio') %>

<% form_for('uploaded_file', :url => { :action => 'upload_files' }, :html => {:multipart => true}) do |f| %>
- <%= render :partial => 'upload_file' %> + <% 3.times do %> + <%= render :partial => 'upload_file' %> + <% end %>
<%= hidden_field_tag('parent_id', @parent.id) if @parent %> -- libgit2 0.21.2