Ignore:
Timestamp:
Dec 4, 2010, 9:32:44 PM (13 years ago)
Author:
rvelices
Message:

trunk admin theme goes with combine_script instead of old style known_script

File:
1 edited

Legend:

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

    r6363 r7995  
    1 {known_script id="jquery" src=$ROOT_URL|@cat:"themes/default/js/jquery.packed.js"}
    2 {known_script id="jquery.cluetip" src=$ROOT_URL|@cat:"themes/default/js/plugins/jquery.cluetip.packed.js"}
     1{combine_script id='jquery.cluetip' load='async' require='jquery' path='themes/default/js/plugins/jquery.cluetip.packed.js'}
    32
    4 <script type="text/javascript">
     3{footer_script require='jquery.cluetip'}
    54jQuery().ready(function(){ldelim}
    6   jQuery('.cluetip').cluetip({ldelim}
    7     width: 300,
    8     splitTitle: '|'
    9   });
     5        jQuery('.cluetip').cluetip({ldelim}
     6                width: 300,
     7                splitTitle: '|'
     8        });
    109});
    11 </script>
     10{/footer_script}
    1211
    1312<div class="titrePage">
Note: See TracChangeset for help on using the changeset viewer.