diff options
author | alecpl <alec@alec.pl> | 2008-10-09 11:14:56 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2008-10-09 11:14:56 +0000 |
commit | 70087c52bc89879b8b42c422392aecf3976bbb08 (patch) | |
tree | 6081c8eaab84ab71c9bbb23acd04a2408cf6c7ff /program/steps/mail/upload.inc | |
parent | c47ff42c4a96502a8343683aeaa74f0794c774cd (diff) |
- don't set border=0 for images (use css for that)
Diffstat (limited to 'program/steps/mail/upload.inc')
-rw-r--r-- | program/steps/mail/upload.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/program/steps/mail/upload.inc b/program/steps/mail/upload.inc index a519ddbe6..4a59b8b52 100644 --- a/program/steps/mail/upload.inc +++ b/program/steps/mail/upload.inc @@ -50,7 +50,6 @@ if (is_array($_FILES['_attachments']['tmp_name'])) { if (is_file($icon = $CONFIG['skin_path'] . '/images/icons/remove-attachment.png')) { $button = html::img(array( 'src' => $icon, - 'border' => 0, 'alt' => rcube_label('delete'), 'style' => "padding-right:2px;vertical-align:middle", )); |