Ignore:
Timestamp:
Mar 9, 2011, 3:22:48 PM (13 years ago)
Author:
patdenice
Message:

feature:2114
Simplify all admin templates.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/themes/default/template/include/datepicker.inc.tpl

    r9559 r9586  
    1 {combine_script id='jquery' load='footer' path='themes/default/js/jquery.min.js'}
    2 {combine_script id='jquery.ui' load='footer' require='jquery' path='themes/default/js/ui/minified/jquery.ui.core.min.js'}
    3 {combine_script id='jquery.ui.datepicker' load='footer' require='jquery.ui' path='themes/default/js/ui/minified/jquery.ui.datepicker.min.js'}
    41{combine_script id='datepicker.js' load='footer' require='jquery.ui.datepicker' path='themes/default/js/datepicker.js'}
    52
     
    129{combine_css path="themes/default/js/ui/theme/jquery.ui.datepicker.css"}
    1310
    14 {footer_script}
     11{footer_script require='jquery.ui.datepicker,datepicker.js'}
    1512function pwg_initialization_datepicker(day, month, year, linked_date, checked_on_change, min_linked_date, max_linked_date)
    1613{ldelim}
Note: See TracChangeset for help on using the changeset viewer.