Ignore:
Timestamp:
May 18, 2014, 12:58:53 PM (10 years ago)
Author:
mistic100
Message:

feature 2679 : allow to change creation time

File:
1 edited

Legend:

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

    r28497 r28500  
    1 {combine_script id='datepicker.js' load='footer' require='jquery.ui.datepicker' path='admin/themes/default/js/datepicker.js'}
     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'}
    23
    34{assign var="datepicker_language" value="themes/default/js/ui/i18n/jquery.ui.datepicker-`$lang_info.code`.js"}
    4 
    55{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}
     6{combine_script id="jquery.ui.datepicker-$lang_info.code" load='footer' require='jquery.ui.datepicker' path=$datepicker_language}
    77{/if}
    88
     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"}
    915{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 TracChangeset for help on using the changeset viewer.