Changeset 1970 in subversion


Ignore:
Timestamp:
Oct 10, 2008 5:02:57 AM (5 years ago)
Author:
alec
Message:
  • don't set border=0 for image buttons
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/roundcubemail/program/include/rcube_template.php

    r1850 r1970  
    737737        } 
    738738 
    739         // set border to 0 because of the link arround the button 
    740         if ($attrib['type']=='image' && !isset($attrib['border'])) { 
    741             $attrib['border'] = 0; 
    742         } 
    743739        if (!$attrib['id']) { 
    744740            $attrib['id'] =  sprintf('rcmbtn%d', $s_button_count++); 
Note: See TracChangeset for help on using the changeset viewer.