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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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 ;
Note: See TracChangeset for help on using the changeset viewer.