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

    r833 r840  
    146146    $permsTable->addElement( 
    147147       array('content' => 
    148         "\n\t<input type=\"submit\" name=\"submit[$perm]\" value=\"-->\"><br>". 
    149         "\n\t<input type=\"submit\" name=\"submit[$perm]\" value=\"<--\">" 
     148        "\n\t<input type=\"submit\" class=\"button\" name=\"submit[$perm]\" value=\"-->\"><br>". 
     149        "\n\t<input type=\"submit\" class=\"button\" name=\"submit[$perm]\" value=\"<--\">" 
    150150    )); 
    151151    $permsTable->addElement( 
     
    162162<input type="checkbox" id="setNested" name="setNested" value="setNested" <?php if (getRequestVar('setNested')) echo 'CHECKED'; ?>> 
    163163<br><br> 
    164 <input type="submit" name="save" value="<?php echo gTranslate('core', "Save") ?>"> 
    165 <input type="button" name="done" value="<?php echo gTranslate('core', "Done") ?>" onclick='parent.close()'> 
     164<input type="submit" class="button" name="save" value="<?php echo gTranslate('core', "Save") ?>"> 
     165<input type="button" class="button" name="done" value="<?php echo gTranslate('core', "Done") ?>" onclick='parent.close()'> 
    166166</form> 
    167167</div> 
Note: See TracChangeset for help on using the changeset viewer.