Ignore:
Timestamp:
09/26/07 00:39:24 (5 years ago)
Author:
hverton
Message:

minor bugfixes
further work on Gallery integration

File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/common/gallery/php-files/modules/gallery/imagemap.php

    r833 r840  
    238238    <input type="<?php echo $type; ?>" name="yvals"> 
    239239    <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"); ?>"> 
    241241    <hr> 
    242242    <?php echo gTranslate('core', "Optional link-url"); ?><br> 
     
    249249    <?php } ?> 
    250250 
    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'"> 
    252252    <hr> 
    253253<?php 
     
    264264 
    265265    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'\">"; 
    267267 
    268268    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'\">"; 
    270270 
    271271    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.