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

    r833 r840  
    146146<p> 
    147147    <input type="hidden" name="index" value="<?php echo $index ?>"> 
    148     <input type="submit" name="save" value="<?php echo _("Save") ?>"> 
     148    <input type="submit" class="button" name="save" value="<?php echo _("Save") ?>"> 
    149149<?php // only allow preview if there is a highlight 
    150150 if (isset($highlightIndex)) { ?> 
    151     <input type="submit" name="preview" value="<?php echo _("Preview") ?>"> 
     151    <input type="submit" class="button" name="preview" value="<?php echo _("Preview") ?>"> 
    152152<?php } ?> 
    153     <input type="button" name="cancel" value="<?php echo _("Cancel") ?>" onclick='parent.close()'> 
     153    <input type="button" class="button" name="cancel" value="<?php echo _("Cancel") ?>" onclick='parent.close()'> 
    154154</p> 
    155155</form> 
Note: See TracChangeset for help on using the changeset viewer.