diff options
author | rub <rub@piwigo.org> | 2008-09-26 21:47:46 +0000 |
---|---|---|
committer | rub <rub@piwigo.org> | 2008-09-26 21:47:46 +0000 |
commit | adb799fc4606e91a712adc9c914dd281b3b397b4 (patch) | |
tree | ad7eff35c06fa76c27a939e88ec929f1357377e3 /admin/template/goto/header.tpl | |
parent | 3e96d7816bea5eb242e59a3d353641c8eef91631 (diff) |
jQuery use.
All admin categoryList are resizable.
All admin teataera are autogrow.
On call for all resize application.
git-svn-id: http://piwigo.org/svn/trunk@2603 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | admin/template/goto/header.tpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/admin/template/goto/header.tpl b/admin/template/goto/header.tpl index 288be3ec8..3e8d90a45 100644 --- a/admin/template/goto/header.tpl +++ b/admin/template/goto/header.tpl @@ -25,6 +25,7 @@ {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.resizable" src=$ROOT_URL|@cat:"template-common/lib/ui/ui.resizable.packed.js"} +{known_script id="jquery.growfield" src=$ROOT_URL|@cat:"template-common/lib/growfield/jquery.growfield.js"} {$themeconf.local_head} <script type="text/javascript" src="{$ROOT_URL}template-common/scripts.js"></script> <!--[if lt IE 7]> |