Changeset 840 in ExiteCMS for modules/common/gallery/php-files/modules/gallery/do_command.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/do_command.php
r833 r840 90 90 <input type="radio" name="rebuild_type" value="single" checked><?php echo gTranslate('core', "No"); ?> 91 91 <br><br> 92 <input type="submit" value="<?php echo gTranslate('core', "Start") ?>"><br><br>92 <input type="submit" class="button" value="<?php echo gTranslate('core', "Start") ?>"><br><br> 93 93 </form> 94 94 <?php … … 260 260 <form> 261 261 <?php if (isset($backUrl)) :?> 262 <input type="button" value="<?php echo gTranslate('core', "Dismiss") ?>" onclick="document.location='<?php echo $backUrl; ?>'">262 <input type="button" class="button" value="<?php echo gTranslate('core', "Dismiss") ?>" onclick="document.location='<?php echo $backUrl; ?>'"> 263 263 <?php else : ?> 264 <input type="button" value="<?php echo gTranslate('core', "Dismiss") ?>" onclick="parent.close()">264 <input type="button" class="button" value="<?php echo gTranslate('core', "Dismiss") ?>" onclick="parent.close()"> 265 265 <?php endif ?> 266 266 </form>
Note: See TracChangeset
for help on using the changeset viewer.
