Changeset 840 in ExiteCMS for modules/common/gallery/php-files/modules/gallery/delete_user.php
- Timestamp:
- 09/26/07 00:39:24 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
modules/common/gallery/php-files/modules/gallery/delete_user.php
r833 r840 78 78 ?> 79 79 <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'"> 81 81 <?php 82 82 } 83 83 ?> 84 84 <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'"> 86 86 </form> 87 87 </div>
Note: See TracChangeset
for help on using the changeset viewer.
