From 21fc6813022401aea633ca6e6990eab6da9929e6 Mon Sep 17 00:00:00 2001 From: rub Date: Sat, 11 Oct 2008 20:18:49 +0000 Subject: jQuery Datepicker: Readd resize for list of categories Use include for double select list git-svn-id: http://piwigo.org/svn/trunk@2718 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/template/goto/include/dbselect.inc.tpl | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 admin/template/goto/include/dbselect.inc.tpl (limited to 'admin/template/goto/include/dbselect.inc.tpl') diff --git a/admin/template/goto/include/dbselect.inc.tpl b/admin/template/goto/include/dbselect.inc.tpl new file mode 100644 index 000000000..cab472460 --- /dev/null +++ b/admin/template/goto/include/dbselect.inc.tpl @@ -0,0 +1,23 @@ +{* $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.resizable" src=$ROOT_URL|@cat:"template-common/lib/ui/ui.resizable.packed.js"} + +{* Resize possible *} +{literal} + +{/literal} -- cgit v1.2.3