Changeset 840 in ExiteCMS for modules/common/gallery/php-files/modules/gallery/edit_field.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_field.php
r833 r840 74 74 <textarea name="data" rows="10" cols="50"><?php echo $gallery->album->fields[$field] ?></textarea> 75 75 <p> 76 <input type="submit" name="save" value="<?php echo gTranslate('core', "Save") ?>">77 <input type="button" name="cancel" value="<?php echo gTranslate('core', "Close Window") ?>" onclick='parent.close()'>76 <input type="submit" class="button" name="save" value="<?php echo gTranslate('core', "Save") ?>"> 77 <input type="button" class="button" name="cancel" value="<?php echo gTranslate('core', "Close Window") ?>" onclick='parent.close()'> 78 78 </p> 79 79 </form>
Note: See TracChangeset
for help on using the changeset viewer.
