From 7dd09aa4f68ff923a2aa965650c10e38788209ce Mon Sep 17 00:00:00 2001 From: rub Date: Fri, 26 Sep 2008 20:18:34 +0000 Subject: jQuery use. All admin textarea are resizable. git-svn-id: http://piwigo.org/svn/trunk@2598 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/template/goto/footer.tpl | 24 +++++++++++++++++++++--- admin/template/goto/header.tpl | 2 ++ 2 files changed, 23 insertions(+), 3 deletions(-) (limited to 'admin/template') diff --git a/admin/template/goto/footer.tpl b/admin/template/goto/footer.tpl index 0ae5dde2c..dbfca19e5 100644 --- a/admin/template/goto/footer.tpl +++ b/admin/template/goto/footer.tpl @@ -1,10 +1,7 @@ {* $Id$ *} {* - - Warning : This is the admin pages footer only don't be confusing with the public page footer - *} {/if} + + +{literal} + +{/literal} + + \ No newline at end of file diff --git a/admin/template/goto/header.tpl b/admin/template/goto/header.tpl index 607f31529..08440e43c 100644 --- a/admin/template/goto/header.tpl +++ b/admin/template/goto/header.tpl @@ -23,6 +23,8 @@ {known_script id="jquery" src=$ROOT_URL|@cat:"template-common/lib/jquery.packed.js" now=1} {*jQuery is always available by default*} +{known_script id="jquery.ui" src=$ROOT_URL|@cat:"template-common/lib/ui/ui.core.packed.js"} +{known_script id="jquery.ui.sortable" src=$ROOT_URL|@cat:"template-common/lib/ui/ui.resizable.packed.js"} {$themeconf.local_head}