Changeset 4458 in subversion


Ignore:
Timestamp:
Jan 26, 2011 6:42:55 AM (2 years ago)
Author:
thomasb
Message:

Define button size to appear correctly in IE6

Location:
trunk/plugins
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/plugins/archive/archive.php

    r4390 r4458  
    3131            'imagepas' => $skin_path.'/archive_pas.png', 
    3232            'imageact' => $skin_path.'/archive_act.png', 
     33            'width' => 32, 
     34            'height' => 32, 
    3335            'title' => 'buttontitle', 
    3436            'domain' => $this->ID, 
  • trunk/plugins/markasjunk/markasjunk.php

    r3440 r4458  
    2828        'imagepas' => $skin_path.'/junk_pas.png', 
    2929        'imageact' => $skin_path.'/junk_act.png', 
    30         'title' => 'markasjunk.buttontitle'), 'toolbar'); 
     30        'width' => 32, 
     31        'height' => 32, 
     32        'title' => 'markasjunk.buttontitle'), 'toolbar'); 
    3133    } 
    3234  } 
Note: See TracChangeset for help on using the changeset viewer.