Changeset 840 in ExiteCMS for modules/common/gallery/php-files/modules/gallery/edit_watermark.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/edit_watermark.php
r833 r840 117 117 <p> 118 118 <input type="hidden" name="index" value="<?php echo $index ?>"> 119 <input type="submit" name="save" value="<?php echo gTranslate('core', "Save") ?>">120 <input type="submit" name="preview" value="<?php echo gTranslate('core', "Preview") ?>">121 <input type="button" name="cancel" value="<?php echo gTranslate('core', "Cancel") ?>" onclick='parent.close()'>119 <input type="submit" class="button" name="save" value="<?php echo gTranslate('core', "Save") ?>"> 120 <input type="submit" class="button" name="preview" value="<?php echo gTranslate('core', "Preview") ?>"> 121 <input type="button" class="button" name="cancel" value="<?php echo gTranslate('core', "Cancel") ?>" onclick='parent.close()'> 122 122 </p> 123 123 </form>
Note: See TracChangeset
for help on using the changeset viewer.
