Changeset 840 in ExiteCMS for modules/common/gallery/php-files/modules/gallery/delete_photo.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_photo.php
r833 r840 142 142 ?> 143 143 <input type="hidden" name="formaction" value=""> 144 <input type="submit" name="confirm" value="<?php echo gTranslate('core', "Delete") ?>" onclick="deletephoto_form.formaction.value='delete'">145 <input type="button" name="cancel" value="<?php echo gTranslate('core', "Cancel") ?>" onclick='parent.close()'>144 <input type="submit" class="button" name="confirm" value="<?php echo gTranslate('core', "Delete") ?>" onclick="deletephoto_form.formaction.value='delete'"> 145 <input type="button" class="button" name="cancel" value="<?php echo gTranslate('core', "Cancel") ?>" onclick='parent.close()'> 146 146 </form> 147 147 <br>
Note: See TracChangeset
for help on using the changeset viewer.
