diff --git a/app/views/dmsf_files/_file_new_revision.html.erb b/app/views/dmsf_files/_file_new_revision.html.erb
index 99cff30a..82ef2ee7 100644
--- a/app/views/dmsf_files/_file_new_revision.html.erb
+++ b/app/views/dmsf_files/_file_new_revision.html.erb
@@ -5,7 +5,7 @@
#
# Copyright (C) 2011 Vít Jonáš
<%= custom_field_tag_with_label("commited_files[#{i}][dmsf_file_revision]", value) %>
+ <% end %> +<%= label_tag("commited_files[#{i}][version]_minor", l(:label_dmsf_version)) %> @@ -70,13 +77,10 @@
<%= custom_field_tag_with_label("commited_files[#{i}][dmsf_file_revision]", value) %>
- <% end %><%= label_tag("commited_files[#{i}][comment]", l(:label_comment)) %> <%= text_area_tag("commited_files[#{i}][comment]", upload.comment, :rows => 2) %>
-<%= wikitoolbar_for "commited_files_#{i}_description" %> \ No newline at end of file +<%= wikitoolbar_for "commited_files_#{i}_description" %> diff --git a/app/views/dmsf_upload/_upload_file_locked.html.erb b/app/views/dmsf_upload/_upload_file_locked.html.erb index 97a52432..c424e623 100644 --- a/app/views/dmsf_upload/_upload_file_locked.html.erb +++ b/app/views/dmsf_upload/_upload_file_locked.html.erb @@ -5,7 +5,7 @@ # # Copyright (C) 2011 Vít Jonáš+ <%= label_tag('', h(value.custom_field.name)) %> + <%= h(value) %> +
+ <% end %> +<%= label_tag('', l(:label_dmsf_version)) %> @@ -72,4 +82,4 @@