Ignore:
Timestamp:
Mar 17, 2010, 1:48:38 AM (14 years ago)
Author:
plg
Message:

feature 1514: new screen to manage installed themes; activate, deactivate,
delete, set as default.

plugins.class.php was merged back to a state it doesn't manage themes at all.
themes.class.php was created instead, from a duplication of plugins.class.php
and strongly modified then.

feature 1507: the display of available themes is now much more "graphic".

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/themes/default/template/footer.tpl

    r5123 r5153  
    4646<script type='text/javascript'>
    4747  $(function() {
    48     $('#pwgHead A, #footer A').tipTip({
     48    $('#pwgHead A, #footer A, .themeActions A').tipTip({
    4949        'delay' : 0,
    5050        'fadeIn' : 200,
Note: See TracChangeset for help on using the changeset viewer.