summaryrefslogtreecommitdiffstats
path: root/app/views/attachments
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2012-03-24 12:57:28 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2012-03-24 12:57:28 +0000
commitfae5250e52506356965a478518aa7960ada3ec61 (patch)
tree91db93da34e2437bd9b0e9017fb7dd38eb275b30 /app/views/attachments
parente2bb8721d9e0b41094f7a7c768951235492dc3e4 (diff)
downloadredmine-fae5250e52506356965a478518aa7960ada3ec61.tar.gz
redmine-fae5250e52506356965a478518aa7960ada3ec61.zip
Ability to add non-member watchers on issue creation (#5159).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@9254 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/attachments')
-rw-r--r--app/views/attachments/_form.html.erb5
1 files changed, 2 insertions, 3 deletions
diff --git a/app/views/attachments/_form.html.erb b/app/views/attachments/_form.html.erb
index 464d3a2d7..7eea17bb7 100644
--- a/app/views/attachments/_form.html.erb
+++ b/app/views/attachments/_form.html.erb
@@ -14,6 +14,5 @@
<%= link_to_function(image_tag('delete.png'), 'removeFileField(this)', :title => (l(:button_delete))) %>
</span>
</span>
-<small><%= link_to l(:label_add_another_file), '#', :onclick => 'addFileField(); return false;' %>
-(<%= l(:label_max_size) %>: <%= number_to_human_size(Setting.attachment_max_size.to_i.kilobytes) %>)
-</small>
+<span class="add_attachment"><%= link_to l(:label_add_another_file), '#', :onclick => 'addFileField(); return false;', :class => 'add_attachment' %>
+(<%= l(:label_max_size) %>: <%= number_to_human_size(Setting.attachment_max_size.to_i.kilobytes) %>)</span>