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/edit_field.php

    r833 r840  
    7474    <textarea name="data" rows="10" cols="50"><?php echo $gallery->album->fields[$field] ?></textarea> 
    7575    <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()'> 
    7878    </p> 
    7979    </form> 
Note: See TracChangeset for help on using the changeset viewer.