summaryrefslogtreecommitdiff
path: root/roundcubemail/program
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2008-10-10 09:02:57 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2008-10-10 09:02:57 +0000
commit26a349920dd08a6f80b1f528d81b29442e35a1b2 (patch)
treee59527523c2ff9624579857451d0663aa039643e /roundcubemail/program
parent511fa6178ab72a5d980ab7c189fbb685eb7c80fa (diff)
- don't set border=0 for image buttons
git-svn-id: https://svn.roundcube.net/trunk@1970 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program')
-rwxr-xr-xroundcubemail/program/include/rcube_template.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/roundcubemail/program/include/rcube_template.php b/roundcubemail/program/include/rcube_template.php
index 2108ed7ee..c00b10ecc 100755
--- a/roundcubemail/program/include/rcube_template.php
+++ b/roundcubemail/program/include/rcube_template.php
@@ -736,10 +736,6 @@ class rcube_template extends rcube_html_page
$attrib = $sa_buttons[$command];
}
- // set border to 0 because of the link arround the button
- if ($attrib['type']=='image' && !isset($attrib['border'])) {
- $attrib['border'] = 0;
- }
if (!$attrib['id']) {
$attrib['id'] = sprintf('rcmbtn%d', $s_button_count++);
}