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/footer.tpl

    r6365 r7995  
    4343</div> <!-- the_page -->
    4444
     45
     46{combine_script id='jquery.tipTip' load='async' path='themes/default/js/plugins/jquery.tipTip.minified.js'}
     47{footer_script require='jquery.tipTip'}
     48jQuery(document).ready(function() {ldelim}
     49        jQuery('#pwgHead A, #footer A, .themeActions A, .themeActions SPAN, .languageActions A, .languageActions SPAN').tipTip({ldelim}
     50                        'delay' : 0,
     51                        'fadeIn' : 200,
     52                        'fadeOut' : 200,
     53        });
     54});
     55{/footer_script}
     56
     57<!-- BEGIN get_combined_scripts -->
     58{get_combined_scripts load='footer'}
     59<!-- END get_combined_scripts -->
     60
    4561{literal}
    4662<script type='text/javascript'>
    47   $(function() {
    48     $('#pwgHead A, #footer A, .themeActions A, .themeActions SPAN, .languageActions A, .languageActions SPAN').tipTip({
    49         'delay' : 0,
    50         'fadeIn' : 200,
    51         'fadeOut' : 200,
    52     });
    53   });
    54 
    55   $(document).ready(function() {
     63  jQuery(document).ready(function() {
    5664    $("a.externalLink").click(function() {
    5765      window.open($(this).attr("href"));
Note: See TracChangeset for help on using the changeset viewer.