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/plugins_update.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"}
    3 
    4 <script type="text/javascript">
     1{combine_script id='jquery.cluetip' load='async' require='jquery' path='themes/default/js/plugins/jquery.cluetip.packed.js'}
     2{footer_script require='jquery.cluetip'}
    53jQuery().ready(function(){ldelim}
    6   jQuery('.cluetip').cluetip({ldelim}
    7     width: 300,
    8     splitTitle: '|'
    9   });
     4        jQuery('.cluetip').cluetip({ldelim}
     5                width: 300,
     6                splitTitle: '|'
     7        });
    108});
    11 </script>
     9{/footer_script}
    1210
    1311<div class="titrePage">
Note: See TracChangeset for help on using the changeset viewer.