Changeset 840 in ExiteCMS for modules/common/gallery/php-files/modules/gallery/extra_fields.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/extra_fields.php
r833 r840 170 170 </p> 171 171 <p> 172 <input type="submit" name="apply" value="<?php echo gTranslate('core', "Apply") ?>">173 <input type="reset" value="<?php echo gTranslate('core', "Undo") ?>">174 <input type="button" name="close" value="<?php echo gTranslate('core', "Close") ?>" onclick='parent.close()'>172 <input type="submit" class="button" name="apply" value="<?php echo gTranslate('core', "Apply") ?>"> 173 <input type="reset" class="button" value="<?php echo gTranslate('core', "Undo") ?>"> 174 <input type="button" class="button" name="close" value="<?php echo gTranslate('core', "Close") ?>" onclick='parent.close()'> 175 175 </p> 176 176 </form>
Note: See TracChangeset
for help on using the changeset viewer.
