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/user_preferences.php

    r833 r840  
    143143<br> 
    144144<div align="center"> 
    145     <input type="submit" name="save" value="<?php echo gTranslate('core', "Save") ?>"> 
    146     <input type="button" name="close" value="<?php echo gTranslate('core', "Close Window") ?>" onclick="parent.close()"> 
     145    <input type="submit" class="button" name="save" value="<?php echo gTranslate('core', "Save") ?>"> 
     146    <input type="button" class="button" name="close" value="<?php echo gTranslate('core', "Close Window") ?>" onclick="parent.close()"> 
    147147</div> 
    148148</form> 
Note: See TracChangeset for help on using the changeset viewer.