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/setup/backup_albums.php

    r833 r840  
    151151 
    152152<p> 
    153 <input type="submit" name="backup" value=<?php echo  _("Backup") ?>> 
     153<input type="submit" class="button" name="backup" value=<?php echo  _("Backup") ?>> 
    154154<?php if ($showForce) { ?> 
    155 <input type="submit" name="force" value=<?php echo  _("Force Backup") ?>> 
     155<input type="submit" class="button" name="force" value=<?php echo  _("Force Backup") ?>> 
    156156<?php } ?> 
    157 <input type="button" value=<?php echo  _("Cancel") ?> onclick='parent.close()'> 
     157<input type="button" class="button" value=<?php echo  _("Cancel") ?> onclick='parent.close()'> 
    158158 
    159159</form> 
Note: See TracChangeset for help on using the changeset viewer.