From 5f8b608b54699429dcbc21dd45a0d2ee6d9b5584 Mon Sep 17 00:00:00 2001 From: rub Date: Fri, 10 Oct 2008 21:41:07 +0000 Subject: jQuery Datepicker: Move code source to template-common in order to use datepicker on version after butterfly git-svn-id: http://piwigo.org/svn/trunk@2704 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/template/goto/include/datepicker.inc.tpl | 187 +------------------------ 1 file changed, 5 insertions(+), 182 deletions(-) (limited to 'admin/template/goto/include') diff --git a/admin/template/goto/include/datepicker.inc.tpl b/admin/template/goto/include/datepicker.inc.tpl index 4b3f4214c..812bf9632 100644 --- a/admin/template/goto/include/datepicker.inc.tpl +++ b/admin/template/goto/include/datepicker.inc.tpl @@ -3,194 +3,17 @@ {known_script id="jquery.ui" src=$ROOT_URL|@cat:"template-common/lib/ui/ui.core.packed.js"} {known_script id="jquery.ui.datepicker" src=$ROOT_URL|@cat:"template-common/lib/ui/ui.datepicker.packed.js"} {known_script id="jquery.ui.datepicker-$lang_info.code" src=$ROOT_URL|@cat:"template-common/lib/ui/i18n/ui.datepicker-"|@cat:$lang_info.code|@cat:".js"} +{known_script id="datepicker.js" src=$ROOT_URL|@cat:"template-common/datepicker.js"} {html_head} {/html_head} -{literal} -{/literal} -- cgit v1.2.3