Ignore:
Timestamp:
Apr 7, 2011, 10:49:05 PM (13 years ago)
Author:
Eric
Message:

Bug 2254 fixed - Plugin installation crashes when installing from scratch
Bug 2255 fixed - Error in jQuery path
CSS cleaning
Small refactory of functions.inc.php
new version 2.20.1 hard coded for publication

Location:
extensions/UserAdvManager/trunk/admin/template
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • extensions/UserAdvManager/trunk/admin/template/ghosttracker.tpl

    r9924 r10144  
    11{combine_script id='jquery' path='themes/default/js/jquery.min.js'}
    2 {combine_script id='jquery.cluetip' require='jquery' path='themes/default/js/plugins/jquery.cluetip.packed.js'}
     2{combine_script id='jquery.cluetip' require='jquery' path='themes/default/js/plugins/jquery.cluetip.js'}
    33{combine_script id='jquery.tablesorter' require='jquery' path=$UAM_PATH|@cat:'admin/template/js/jquery.tablesorter.min.js'}
    44{combine_script id='jquery.tablesorter.pager' require='jquery' path=$UAM_PATH|@cat:'admin/template/js/jquery.tablesorter.pager.js'}
  • extensions/UserAdvManager/trunk/admin/template/global.tpl

    r9924 r10144  
    11{combine_script id='jquery' path='themes/default/js/jquery.min.js'}
    2 {combine_script id='jquery.cluetip' require='jquery' path='themes/default/js/plugins/jquery.cluetip.packed.js'}
     2{combine_script id='jquery.cluetip' require='jquery' path='themes/default/js/plugins/jquery.cluetip.js'}
    33
    44{combine_css path= $UAM_PATH|@cat:'admin/template/uam.css'}
     
    3535  if (typeof(headerId)=='string')
    3636  {ldelim}
    37    if ( headerId.length> 1)
     37   if (headerId.length > 1)
    3838       blockToggleDisplay(headerId, contentId) ;
    3939      document.getElementById("nb_para").value =headerId ;
  • extensions/UserAdvManager/trunk/admin/template/uam.css

    r8065 r10144  
    2828}
    2929
    30 legend.cluetip
    31 {
    32   font-weight:bold;
    33 }
    34 
     30/* Bloc expand-collapse instructions */
    3531.instructionBlock
    3632{
     
    4036}
    4137
    42 /* Bloc expand-collapse instructions */
    4338.instructionBlockHeaderCollapsed, .instructionBlockHeaderExpanded
    4439{
  • extensions/UserAdvManager/trunk/admin/template/userlist.tpl

    r9924 r10144  
    11{combine_script id='jquery' path='themes/default/js/jquery.min.js'}
    2 {combine_script id='jquery.cluetip' require='jquery' path='themes/default/js/plugins/jquery.cluetip.packed.js'}
     2{combine_script id='jquery.cluetip' require='jquery' path='themes/default/js/plugins/jquery.cluetip.js'}
    33{combine_script id='jquery.tablesorter' require='jquery' path=$UAM_PATH|@cat:'admin/template/js/jquery.tablesorter.min.js'}
    44{combine_script id='jquery.tablesorter.pager' require='jquery' path=$UAM_PATH|@cat:'admin/template/js/jquery.tablesorter.pager.js'}
  • extensions/UserAdvManager/trunk/admin/template/usermanager.tpl

    r9924 r10144  
    11{combine_script id='jquery' path='themes/default/js/jquery.min.js'}
    2 {combine_script id='jquery.cluetip' require='jquery' path='themes/default/js/plugins/jquery.cluetip.packed.js'}
     2{combine_script id='jquery.cluetip' require='jquery' path='themes/default/js/plugins/jquery.cluetip.js'}
    33{combine_script id='jquery.tablesorter' require='jquery' path=$UAM_PATH|@cat:'admin/template/js/jquery.tablesorter.min.js'}
    44{combine_script id='jquery.tablesorter.pager' require='jquery' path=$UAM_PATH|@cat:'admin/template/js/jquery.tablesorter.pager.js'}
Note: See TracChangeset for help on using the changeset viewer.