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

    r833 r840  
    130130                ?> 
    131131            <form> 
    132             <input type="button" value="<?php echo _("Dismiss") ?>" onclick='parent.close()'> 
     132            <input type="button" class="button" value="<?php echo _("Dismiss") ?>" onclick='parent.close()'> 
    133133            </form> 
    134134                <?php 
     
    211211?> 
    212212<p> 
    213 <input type="submit" value="<?php echo gTranslate('core', "Copy to Album!") ?>"> 
    214 <input type="button" name="close" value="<?php echo _("Cancel") ?>" onclick='parent.close()'> 
     213<input type="submit" class="button" value="<?php echo gTranslate('core', "Copy to Album!") ?>"> 
     214<input type="button" class="button" name="close" value="<?php echo _("Cancel") ?>" onclick='parent.close()'> 
    215215</form> 
    216216<?php 
Note: See TracChangeset for help on using the changeset viewer.