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

    r833 r840  
    118118</table> 
    119119<br> 
    120 <input type="submit" name="confirm" value="<?php echo _("Sort") ?>"> 
    121 <input type="button" name="cancel" value="<?php echo _("Cancel") ?>" onclick='parent.close()'> 
     120<input type="submit" class="button" name="confirm" value="<?php echo _("Sort") ?>"> 
     121<input type="button" class="button" name="cancel" value="<?php echo _("Cancel") ?>" onclick='parent.close()'> 
    122122</form> 
    123123<?php 
Note: See TracChangeset for help on using the changeset viewer.