Changeset 840 in ExiteCMS for modules/common/gallery/php-files/modules/gallery/lib/Form.php
- Timestamp:
- 09/26/07 00:39:24 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
modules/common/gallery/php-files/modules/gallery/lib/Form.php
r833 r840 336 336 $attrList['type'] = 'submit'; 337 337 $attrList['value'] = $value; 338 $attrList['class'] = ' g-button';338 $attrList['class'] = 'button'; 339 339 $attrList['title'] = isset($additionalAttrs['title']) ? $additionalAttrs['title'] : $value; 340 340 … … 351 351 $attrList['type'] = 'button'; 352 352 $attrList['value'] = $value; 353 $attrList['class'] = ' g-button';353 $attrList['class'] = 'button'; 354 354 $attrList['onClick'] = $onClick; 355 355 $attrList['title'] = isset($additionalAttrs['title']) ? $additionalAttrs['title'] : $value;
Note: See TracChangeset
for help on using the changeset viewer.
