Changeset 840 in ExiteCMS for modules/common/gallery/php-files/modules/gallery/imagemap.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/imagemap.php
r833 r840 238 238 <input type="<?php echo $type; ?>" name="yvals"> 239 239 <br> 240 <input type="button" onClick="resetAndClear();" value="<?php echo gTranslate('core', "Clear and reset canvas"); ?>">240 <input type="button" class="button" onClick="resetAndClear();" value="<?php echo gTranslate('core', "Clear and reset canvas"); ?>"> 241 241 <hr> 242 242 <?php echo gTranslate('core', "Optional link-url"); ?><br> … … 249 249 <?php } ?> 250 250 251 <input type="submit" value="<?php echo gTranslate('core', "Save Imagemap") ?>" onclick="document.areas.formaction.value='create'">251 <input type="submit" class="button" value="<?php echo gTranslate('core', "Save Imagemap") ?>" onclick="document.areas.formaction.value='create'"> 252 252 <hr> 253 253 <?php … … 264 264 265 265 echo "\n<hr>"; 266 echo "<input type=\"submit\" value=\"". gTranslate('core', "Delete selected ImageMap(s)") ."\" onclick=\"document.areas.formaction.value='delete'\">";266 echo "<input type=\"submit\" class=\"button\" value=\"". gTranslate('core', "Delete selected ImageMap(s)") ."\" onclick=\"document.areas.formaction.value='delete'\">"; 267 267 268 268 echo "\n<hr>"; 269 echo "<input type=\"submit\" value=\"". gTranslate('core', "Update selected ImageMap(s)") ."\" onclick=\"document.areas.formaction.value='update'\">";269 echo "<input type=\"submit\" class=\"button\" value=\"". gTranslate('core', "Update selected ImageMap(s)") ."\" onclick=\"document.areas.formaction.value='update'\">"; 270 270 271 271 echo '<div class="attention">'. gTranslate('core', "Be aware, that the text of ALL selected entries will be updated!") .'</div>';
Note: See TracChangeset
for help on using the changeset viewer.
