From 436679af447c53d3ed654ec16fdde03e2064bd95 Mon Sep 17 00:00:00 2001 From: rub Date: Sun, 18 Jan 2009 23:27:21 +0000 Subject: Update jQuery UI lib with jquery.ui-1.5.3.zip Change files tree in order to have the same of UI. Add too effects files js git-svn-id: http://piwigo.org/svn/trunk@3102 68402e56-0260-453c-a942-63ccdbb3a9ee --- template/yoga/include/datepicker.inc.tpl | 6 +++--- template/yoga/include/resize.inc.tpl | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'template/yoga/include') diff --git a/template/yoga/include/datepicker.inc.tpl b/template/yoga/include/datepicker.inc.tpl index 41066f988..af455084c 100644 --- a/template/yoga/include/datepicker.inc.tpl +++ b/template/yoga/include/datepicker.inc.tpl @@ -1,8 +1,8 @@ {* $Id$ *} {known_script id="jquery" src=$ROOT_URL|@cat:"template-common/lib/jquery.packed.js"} -{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" src=$ROOT_URL|@cat:"template-common/lib/ui/packed/ui.core.packed.js"} +{known_script id="jquery.ui.datepicker" src=$ROOT_URL|@cat:"template-common/lib/ui/packed/ui.datepicker.packed.js"} {known_script id="datepicker.js" src=$ROOT_URL|@cat:"template-common/datepicker.js"} {assign var="datepicker_language" value="template-common/lib/ui/i18n/ui.datepicker-"|@cat:$lang_info.code|@cat:".js"} @@ -12,7 +12,7 @@ {/if} {html_head} - + {/html_head}