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

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

feature 2679 : allow to change creation time

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