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

    r833 r840  
    9090        <input type="radio" name="rebuild_type" value="single" checked><?php echo gTranslate('core', "No"); ?> 
    9191        <br><br> 
    92         <input type="submit" value="<?php echo gTranslate('core', "Start") ?>"><br><br> 
     92        <input type="submit" class="button" value="<?php echo gTranslate('core', "Start") ?>"><br><br> 
    9393    </form> 
    9494<?php 
     
    260260    <form> 
    261261<?php if (isset($backUrl)) :?> 
    262         <input type="button" value="<?php echo gTranslate('core', "Dismiss") ?>" onclick="document.location='<?php echo $backUrl; ?>'"> 
     262        <input type="button" class="button" value="<?php echo gTranslate('core', "Dismiss") ?>" onclick="document.location='<?php echo $backUrl; ?>'"> 
    263263<?php else : ?> 
    264         <input type="button" value="<?php echo gTranslate('core', "Dismiss") ?>" onclick="parent.close()"> 
     264        <input type="button" class="button" value="<?php echo gTranslate('core', "Dismiss") ?>" onclick="parent.close()"> 
    265265<?php endif ?> 
    266266    </form> 
Note: See TracChangeset for help on using the changeset viewer.