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

    r833 r840  
    131131<p> 
    132132    <input type="hidden" name="index" value="<?php echo $index ?>"> 
    133     <input type="submit" name="remove_resized" value="<?php echo gTranslate('core', "Get rid of resized") ?>"> 
     133    <input type="submit" class="button" name="remove_resized" value="<?php echo gTranslate('core', "Get rid of resized") ?>"> 
    134134    <?php echo gTranslate('core', "(Use only the original picture)"); ?> 
    135135 
     
    137137<br> 
    138138 
    139 <input type="submit" name="change_size" value="<?php echo gTranslate('core', "Change Size") ?>"> 
    140 <input type="button" value="<?php echo gTranslate('core', "Cancel") ?>" onclick="parent.close()"> 
     139<input type="submit" class="button" name="change_size" value="<?php echo gTranslate('core', "Change Size") ?>"> 
     140<input type="button" class="button" value="<?php echo gTranslate('core', "Cancel") ?>" onclick="parent.close()"> 
    141141 
    142142</form> 
Note: See TracChangeset for help on using the changeset viewer.