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

    r833 r840  
    138138</p> 
    139139 
    140 <input type="submit" name="apply" value="<?php echo _("Apply") ?>"> 
    141 <input type="reset" value="<?php echo _("Undo") ?>"> 
    142 <input type="submit" value="<?php echo _("Close") ?>" onclick='parent.close()'> 
     140<input type="submit" class="button" name="apply" value="<?php echo _("Apply") ?>"> 
     141<input type="reset" class="button" value="<?php echo _("Undo") ?>"> 
     142<input type="submit" class="button" value="<?php echo _("Close") ?>" onclick='parent.close()'> 
    143143 
    144144</form> 
Note: See TracChangeset for help on using the changeset viewer.