Changeset 840 in ExiteCMS for modules/common/gallery/php-files/modules/gallery/copy_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/copy_photo.php
r833 r840 130 130 ?> 131 131 <form> 132 <input type="button" value="<?php echo _("Dismiss") ?>" onclick='parent.close()'>132 <input type="button" class="button" value="<?php echo _("Dismiss") ?>" onclick='parent.close()'> 133 133 </form> 134 134 <?php … … 211 211 ?> 212 212 <p> 213 <input type="submit" value="<?php echo gTranslate('core', "Copy to Album!") ?>">214 <input type="button" name="close" value="<?php echo _("Cancel") ?>" onclick='parent.close()'>213 <input type="submit" class="button" value="<?php echo gTranslate('core', "Copy to Album!") ?>"> 214 <input type="button" class="button" name="close" value="<?php echo _("Cancel") ?>" onclick='parent.close()'> 215 215 </form> 216 216 <?php
Note: See TracChangeset
for help on using the changeset viewer.
