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_appearance.php

    r833 r840  
    300300<br> 
    301301<br> 
    302 <input type="submit" name="apply" value="<?php echo gTranslate('core', "Apply") ?>"> 
    303 <input type="reset" value="<?php echo gTranslate('core', "Undo") ?>"> 
    304 <input type="button" name="close" value="<?php echo gTranslate('core', "Close") ?>" onclick='parent.close()'> 
     302<input type="submit" class="button" name="apply" value="<?php echo gTranslate('core', "Apply") ?>"> 
     303<input type="reset" class="button" value="<?php echo gTranslate('core', "Undo") ?>"> 
     304<input type="button" class="button" name="close" value="<?php echo gTranslate('core', "Close") ?>" onclick='parent.close()'> 
    305305 
    306306</form> 
Note: See TracChangeset for help on using the changeset viewer.