summaryrefslogtreecommitdiff
path: root/roundcubemail/program/steps/mail/upload.inc
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2008-10-09 11:14:56 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2008-10-09 11:14:56 +0000
commit5496e6fd8aad3a22dde79a5c5c9e3efbd392ba5a (patch)
tree4fbf386e448ff8969d97cca3789402b3253adb8c /roundcubemail/program/steps/mail/upload.inc
parent5cc1cd7b5d19fb128833a6ba31904a9f3f650c3c (diff)
- don't set border=0 for images (use css for that)
git-svn-id: https://svn.roundcube.net/trunk@1967 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/steps/mail/upload.inc')
-rw-r--r--roundcubemail/program/steps/mail/upload.inc1
1 files changed, 0 insertions, 1 deletions
diff --git a/roundcubemail/program/steps/mail/upload.inc b/roundcubemail/program/steps/mail/upload.inc
index a519ddbe6..4a59b8b52 100644
--- a/roundcubemail/program/steps/mail/upload.inc
+++ b/roundcubemail/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",
));