aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorrub <rub@piwigo.org>2008-09-27 00:07:06 +0000
committerrub <rub@piwigo.org>2008-09-27 00:07:06 +0000
commit4e444f1e89a9501ffebaf93dc85e5b9ce7df0a0a (patch)
tree15c7fbd26874f0e115b6f3db947ec6fd084fa9e6 /admin
parent9698c80fcff3ca34de0b7bacaaeaec245e264d98 (diff)
Change growfield directory.
Use of packed file. Add growfield option (animate false) git-svn-id: http://piwigo.org/svn/trunk@2606 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin')
-rw-r--r--admin/template/goto/double_select.tpl2
-rw-r--r--admin/template/goto/footer.tpl4
-rw-r--r--admin/template/goto/header.tpl2
3 files changed, 5 insertions, 3 deletions
diff --git a/admin/template/goto/double_select.tpl b/admin/template/goto/double_select.tpl
index 8dc7bfc66..95363def8 100644
--- a/admin/template/goto/double_select.tpl
+++ b/admin/template/goto/double_select.tpl
@@ -27,7 +27,7 @@
jQuery().ready(function(){
jQuery(".doubleSelect select.categoryList").resizable({
handles: "w,e",
- animate: true,
+ animate: true,
animateDuration: "slow",
animateEasing: "swing",
preventDefault: true,
diff --git a/admin/template/goto/footer.tpl b/admin/template/goto/footer.tpl
index 29691b701..c8130090e 100644
--- a/admin/template/goto/footer.tpl
+++ b/admin/template/goto/footer.tpl
@@ -41,7 +41,9 @@
<script type="text/javascript">
jQuery().ready(function(){
// Auto size for all text area
- jQuery("TEXTAREA").growfield();
+ jQuery("TEXTAREA").growfield({
+ animate: false
+ });
});
</script>
{/literal}
diff --git a/admin/template/goto/header.tpl b/admin/template/goto/header.tpl
index 3e8d90a45..0fed4a250 100644
--- a/admin/template/goto/header.tpl
+++ b/admin/template/goto/header.tpl
@@ -25,7 +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"}
+{known_script id="jquery.growfield" src=$ROOT_URL|@cat:"template-common/lib/plugins/jquery.growfield.packed.js"}
{$themeconf.local_head}
<script type="text/javascript" src="{$ROOT_URL}template-common/scripts.js"></script>
<!--[if lt IE 7]>