From 70087c52bc89879b8b42c422392aecf3976bbb08 Mon Sep 17 00:00:00 2001
From: alecpl <alec@alec.pl>
Date: Thu, 09 Oct 2008 07:14:56 -0400
Subject: [PATCH] - don't set border=0 for images (use css for that)

---
 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 a519ddb..4a59b8b 100644
--- a/program/steps/mail/upload.inc
+++ b/program/steps/mail/upload.inc
@@ -50,7 +50,6 @@
       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",
         ));

--
Gitblit v1.9.1