@@ -2,7 +2,7 | |||
|
2 | 2 | <span> |
|
3 | 3 | <%= file_field_tag 'attachments[1][file]', :size => 30, :id => nil, :class => 'file', |
|
4 | 4 | :onchange => "checkFileSize(this, #{Setting.attachment_max_size.to_i.kilobytes}, '#{escape_javascript(l(:error_attachment_too_big, :max_size => number_to_human_size(Setting.attachment_max_size.to_i.kilobytes)))}');" -%> |
|
5 |
< |
|
|
5 | <%= text_field_tag 'attachments[1][description]', '', :id => nil, :class => 'description', :placeholder => l(:label_optional_description) %> | |
|
6 | 6 | <%= link_to_function(image_tag('delete.png'), 'removeFileField(this)', :title => (l(:button_delete))) %> |
|
7 | 7 | </span> |
|
8 | 8 | </span> |
@@ -479,7 +479,7 fieldset#notified_events .parent { padding-left: 20px; } | |||
|
479 | 479 | .required {color: #bb0000;} |
|
480 | 480 | .summary {font-style: italic;} |
|
481 | 481 | |
|
482 |
#attachments_fields input |
|
|
482 | #attachments_fields input.description {margin-left: 8px; width:340px;} | |
|
483 | 483 | #attachments_fields span {display:block; white-space:nowrap;} |
|
484 | 484 | #attachments_fields img {vertical-align: middle;} |
|
485 | 485 |
General Comments 0
You need to be logged in to leave comments.
Login now