alecpl
2008-10-10 8e83075d7ec49cd8f388039e5ae821f00173411b
- don't set border=0 for image buttons


1 files modified
4 ■■■■ changed files
program/include/rcube_template.php 4 ●●●● patch | view | raw | blame | history
program/include/rcube_template.php
@@ -736,10 +736,6 @@
            $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++);
        }