Changeset 840 in ExiteCMS for modules/common/gallery/php-files/modules/gallery/edit_appearance.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_appearance.php
r833 r840 300 300 <br> 301 301 <br> 302 <input type="submit" name="apply" value="<?php echo gTranslate('core', "Apply") ?>">303 <input type="reset" value="<?php echo gTranslate('core', "Undo") ?>">304 <input type="button" name="close" value="<?php echo gTranslate('core', "Close") ?>" onclick='parent.close()'>302 <input type="submit" class="button" name="apply" value="<?php echo gTranslate('core', "Apply") ?>"> 303 <input type="reset" class="button" value="<?php echo gTranslate('core', "Undo") ?>"> 304 <input type="button" class="button" name="close" value="<?php echo gTranslate('core', "Close") ?>" onclick='parent.close()'> 305 305 306 306 </form>
Note: See TracChangeset
for help on using the changeset viewer.
