<% if local_assigns.has_key?(:media_dir) && !media_dir.blank? %>
<%=t(:header, :scope => [:media_file,:new]) %> <%= media_dir.name %>
  • <%=t(:no_files, :scope => [:media_file,:new]) %>
0 <%=t(:files, :scope => [:media_file,:new]) %> 0 kB
<%=t(:add_files, :scope => [:media_file,:new]) %>
<%=t(:cancel, :scope => [:media_file,:new]) %> <%= submit_button :upload, :class => "small green upload", :id=> "uploadbutton" %> <%= submit_button :ok, :class => "small green upload", :id=> "finishedbutton" %>
<%=t(:file_progress, :scope => [:media_file, :new]) %>
 
<%=t(:percentage_progress, :scope => [:media_file, :new]) %>
<%end%>