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

    r833 r840  
    7878?> 
    7979<br><br> 
    80 <input type="submit" name="deleteButton" value="<?php echo gTranslate('core', "Delete") ?>" onclick="deleteuser_form.formaction.value='delete'"> 
     80<input type="submit" class="button" name="deleteButton" value="<?php echo gTranslate('core', "Delete") ?>" onclick="deleteuser_form.formaction.value='delete'"> 
    8181<?php 
    8282} 
    8383?> 
    8484<input type="hidden" name="formaction" value=""> 
    85 <input type="submit" name="cancel" value="<?php echo gTranslate('core', "Cancel") ?>" onclick="deleteuser_form.formaction.value='cancel'"> 
     85<input type="submit" class="button" name="cancel" value="<?php echo gTranslate('core', "Cancel") ?>" onclick="deleteuser_form.formaction.value='cancel'"> 
    8686</form> 
    8787</div> 
Note: See TracChangeset for help on using the changeset viewer.