Ignore:
Timestamp:
09/26/07 00:39:24 (5 years ago)
Author:
hverton
Message:

minor bugfixes
further work on Gallery integration

File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/common/gallery/php-files/modules/gallery/lib/Form.php

    r833 r840  
    336336    $attrList['type'] = 'submit'; 
    337337    $attrList['value'] = $value; 
    338     $attrList['class'] = 'g-button'; 
     338    $attrList['class'] = 'button'; 
    339339    $attrList['title'] = isset($additionalAttrs['title']) ? $additionalAttrs['title'] : $value; 
    340340 
     
    351351    $attrList['type'] = 'button'; 
    352352    $attrList['value'] = $value; 
    353     $attrList['class'] = 'g-button'; 
     353    $attrList['class'] = 'button'; 
    354354    $attrList['onClick'] = $onClick; 
    355355    $attrList['title'] = isset($additionalAttrs['title']) ? $additionalAttrs['title'] : $value; 
Note: See TracChangeset for help on using the changeset viewer.