diff options
author | rub <rub@piwigo.org> | 2008-10-02 20:57:32 +0000 |
---|---|---|
committer | rub <rub@piwigo.org> | 2008-10-02 20:57:32 +0000 |
commit | a5da1dbe32d794abb53902aad7ac8ad5684cd041 (patch) | |
tree | 425ba85290b42e7c399c99224d9910e92a2185d8 /admin/template/goto/configuration.tpl | |
parent | f18985e15331c09085ddbdd66f6ea6a702fe3f4a (diff) |
use "include file" for grow text
git-svn-id: http://piwigo.org/svn/trunk@2641 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | admin/template/goto/configuration.tpl | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/admin/template/goto/configuration.tpl b/admin/template/goto/configuration.tpl index d6c082429..0c851082d 100644 --- a/admin/template/goto/configuration.tpl +++ b/admin/template/goto/configuration.tpl @@ -1,13 +1,6 @@ {* $Id$ *} -{known_script id="jquery.growfield" src=$ROOT_URL|@cat:"template-common/lib/plugins/jquery.growfield.packed.js"} - -<script type="text/javascript"> - jQuery().ready(function(){ldelim} - jQuery("textarea").growfield({ldelim} - animate: false - }); - }); -</script> + +{include file='include/autosize.inc.tpl'} <div class="titrePage"> <h2>{'title_configuration'|@translate} {$TABSHEET_TITLE}</h2> |