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/tools/find_orphans.php

    r833 r840  
    252252        <?php echo makeFormIntro("tools/find_orphans.php", array("method" => "GET")); ?> 
    253253        <input type="hidden" name="action" value="albums"> 
    254         <input type="submit" value="<?php echo _("Re-Attach Orphaned Albums!") ?>"> 
     254        <input type="submit" class="button" value="<?php echo _("Re-Attach Orphaned Albums!") ?>"> 
    255255        </form> 
    256256        </center> 
     
    289289        <?php echo makeFormIntro("tools/find_orphans.php", array("method" => "GET")); ?> 
    290290        <input type="hidden" name="action" value="images"> 
    291         <input type="submit" value="<?php echo _("Delete Orphaned Files!") ?>"> 
     291        <input type="submit" class="button" value="<?php echo _("Delete Orphaned Files!") ?>"> 
    292292        </form> 
    293293        </center> 
Note: See TracChangeset for help on using the changeset viewer.