summaryrefslogtreecommitdiff
path: root/program/steps/mail/upload.inc
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2008-10-09 11:14:56 +0000
committeralecpl <alec@alec.pl>2008-10-09 11:14:56 +0000
commit70087c52bc89879b8b42c422392aecf3976bbb08 (patch)
tree6081c8eaab84ab71c9bbb23acd04a2408cf6c7ff /program/steps/mail/upload.inc
parentc47ff42c4a96502a8343683aeaa74f0794c774cd (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.inc1
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",
));