From a81c0f407999d116258a8fb9aa42eac03a2f21fe Mon Sep 17 00:00:00 2001 From: rub Date: Wed, 15 Oct 2008 04:57:44 +0000 Subject: Resolved issue 0000893: 404 errors on template-common/lib/ui/i18n/ui.datepicker-en.js New implementation. Merge trunk 2720:2721 into branch 2.0 git-svn-id: http://piwigo.org/svn/branches/2.0@2744 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/template/goto/include/datepicker.inc.tpl | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'admin') diff --git a/admin/template/goto/include/datepicker.inc.tpl b/admin/template/goto/include/datepicker.inc.tpl index 812bf9632..4be6dd1d1 100644 --- a/admin/template/goto/include/datepicker.inc.tpl +++ b/admin/template/goto/include/datepicker.inc.tpl @@ -1,10 +1,16 @@ {* $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.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"} +{assign var="datepicker_language" value="template-common/lib/ui/i18n/ui.datepicker-"|@cat:$lang_info.code|@cat:".js"} + +{if "PHPWG_ROOT_PATH"|@constant|@cat:$datepicker_language|@file_exists} +{known_script id="jquery.ui.datepicker-$lang_info.code" src=$ROOT_URL|@cat:$datepicker_language} +{/if} + {html_head} {/html_head} -- cgit v1.2.3