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

    r833 r840  
    117117<p> 
    118118    <input type="hidden" name="index" value="<?php echo $index ?>"> 
    119     <input type="submit" name="save" value="<?php echo gTranslate('core', "Save") ?>"> 
    120     <input type="submit" name="preview" value="<?php echo gTranslate('core', "Preview") ?>"> 
    121     <input type="button" name="cancel" value="<?php echo gTranslate('core', "Cancel") ?>" onclick='parent.close()'> 
     119    <input type="submit" class="button" name="save" value="<?php echo gTranslate('core', "Save") ?>"> 
     120    <input type="submit" class="button" name="preview" value="<?php echo gTranslate('core', "Preview") ?>"> 
     121    <input type="button" class="button" name="cancel" value="<?php echo gTranslate('core', "Cancel") ?>" onclick='parent.close()'> 
    122122</p> 
    123123</form> 
Note: See TracChangeset for help on using the changeset viewer.