From 275e810c5f062721d8477a484cd2e4a0c2358da9 Mon Sep 17 00:00:00 2001 From: mistic100 Date: Sun, 22 Jun 2014 12:44:43 +0000 Subject: feature 3080: add cancel button, one minute granularity, fix missing css git-svn-id: http://piwigo.org/svn/trunk@28765 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/themes/default/template/include/datepicker.inc.tpl | 1 + 1 file changed, 1 insertion(+) (limited to 'admin/themes/default/template/include') diff --git a/admin/themes/default/template/include/datepicker.inc.tpl b/admin/themes/default/template/include/datepicker.inc.tpl index 92e40aa3a..2b4d20179 100644 --- a/admin/themes/default/template/include/datepicker.inc.tpl +++ b/admin/themes/default/template/include/datepicker.inc.tpl @@ -11,6 +11,7 @@ {combine_script id="jquery.ui.timepicker-$lang_info.code" load='footer' require='jquery.ui.timepicker-addon' path=$timepicker_language} {/if} +{combine_css path="themes/default/js/ui/theme/jquery.ui.theme.css"} {combine_css path="themes/default/js/ui/theme/jquery.ui.slider.css"} {combine_css path="themes/default/js/ui/theme/jquery.ui.datepicker.css"} {combine_css path="themes/default/js/ui/theme/jquery.ui.timepicker-addon.css"} \ No newline at end of file -- cgit v1.2.3