* included info for folders

git-svn-id: http://redmine-dmsf.googlecode.com/svn/trunk/redmine_dmsf@196 5e329b0b-a2ee-ea63-e329-299493fc886d
This commit is contained in:
vit.jonas@gmail.com 2011-07-07 08:43:40 +00:00
parent e5d2d9071b
commit f7b589199d
10 changed files with 20 additions and 6 deletions

View File

@ -61,10 +61,10 @@ form_tag({:action => "entries_operation", :id => @project, :folder_id => @folder
:class => "icon icon-folder") %>
<div class="filename" title="<%= l(:title_number_of_files_in_directory)%>">[<%= subfolder.deep_file_count %>]</div>
</td>
<td class="size"><%= number_to_human_size(subfolder.deep_size) %></td>
<td class="modified"></td>
<td class="size" title="<%= l(:title_total_size_of_all_files)%>"><%= number_to_human_size(subfolder.deep_size) %></td>
<td class="modified"><%= subfolder.updated_at.strftime("%Y-%m-%d %H:%M") %></td>
<td class="version"></td>
<td class="author"></td>
<td class="author"><%= h(subfolder.user) %></td>
<td class="actions">
<% if User.current.allowed_to?(:file_approval, @project) %>
<div class="right_icon_box">
@ -124,7 +124,7 @@ form_tag({:action => "entries_operation", :id => @project, :folder_id => @folder
<% end %>
</td>
<td class="version">
<%= file.last_revision.version unless file.last_revision.nil? %>
<%= file.last_revision.version %>
<% case file.last_revision.workflow
when 1 then %><%= image_tag("waitingforapproval.png", :title => l(:title_waiting_for_approval),
:plugin => "redmine_dmsf") %>
@ -132,7 +132,7 @@ form_tag({:action => "entries_operation", :id => @project, :folder_id => @folder
:plugin => "redmine_dmsf") %>
<% end %>
</td>
<td class="author"><%= h(file.last_revision.user) unless file.last_revision.nil? %></td>
<td class="author"><%= h(file.last_revision.user) %></td>
<td class="actions">
<% if User.current.allowed_to?(:file_approval, @project) %>
<div class="right_icon_box">

View File

@ -166,4 +166,5 @@ cs:
# Not translated
:label_dmsf_updated: "DMSF updated"
:title_total_size_of_all_files: "Total size of all files under this folder"

View File

@ -163,4 +163,6 @@ de:
:heading_access_downloads_emails: "Herunterladene/Emails"
:heading_access_first: "Erste"
:heading_access_last: "Letzte"
#Not translated
:title_total_size_of_all_files: "Total size of all files under this folder"

View File

@ -160,4 +160,5 @@ en-GB:
:heading_access_first: "First"
:heading_access_last: "Last"
:label_dmsf_updated: "DMSF updated"
:title_total_size_of_all_files: "Total size of all files under this folder"

View File

@ -160,4 +160,5 @@ en-GB:
:heading_access_first: "First"
:heading_access_last: "Last"
:label_dmsf_updated: "DMSF updated"
:title_total_size_of_all_files: "Total size of all files under this folder"

View File

@ -164,4 +164,6 @@ en:
:heading_access_first: "First"
:heading_access_last: "Last"
:label_dmsf_updated: "DMSF updated"
:title_total_size_of_all_files: "Total size of all files under this folder"

View File

@ -162,4 +162,5 @@ es:
:heading_access_first: "First"
:heading_access_last: "Last"
:label_dmsf_updated: "DMSF updated"
:title_total_size_of_all_files: "Total size of all files under this folder"

View File

@ -160,4 +160,5 @@ fr:
:heading_access_first: "First"
:heading_access_last: "Last"
:label_dmsf_updated: "DMSF updated"
:title_total_size_of_all_files: "Total size of all files under this folder"

View File

@ -163,3 +163,7 @@ ja:
:heading_access_downloads_emails: "ダウンロード/電子メール"
:heading_access_first: "初回アクセス"
:heading_access_last: "最終アクセス"
#Not translated
:title_total_size_of_all_files: "Total size of all files under this folder"

View File

@ -160,4 +160,5 @@ ru:
:heading_access_first: "First"
:heading_access_last: "Last"
:label_dmsf_updated: "DMSF updated"
:title_total_size_of_all_files: "Total size of all files under this folder"