source: trunk/admin/themes/default/template/include/datepicker.inc.tpl @ 28497

Last change on this file since 28497 was 28497, checked in by mistic100, 10 years ago

feature 3080 : simpler date inputs (one input + fontello + picker selects)

  • Property svn:eol-style set to LF
File size: 489 bytes
Line 
1{combine_script id='datepicker.js' load='footer' require='jquery.ui.datepicker' path='admin/themes/default/js/datepicker.js'}
2
3{assign var="datepicker_language" value="themes/default/js/ui/i18n/jquery.ui.datepicker-`$lang_info.code`.js"}
4
5{if "PHPWG_ROOT_PATH"|@constant|@cat:$datepicker_language|@file_exists}
6{combine_script id="jquery.ui.datepicker-$lang_info.code" load='footer' path=$datepicker_language}
7{/if}
8
9{combine_css path="themes/default/js/ui/theme/jquery.ui.datepicker.css"}
Note: See TracBrowser for help on using the repository browser.