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/cat_modify.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 'admin/template/goto/cat_modify.tpl')
-rw-r--r-- | admin/template/goto/cat_modify.tpl | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/admin/template/goto/cat_modify.tpl b/admin/template/goto/cat_modify.tpl index de7e9d6a9..27b6be457 100644 --- a/admin/template/goto/cat_modify.tpl +++ b/admin/template/goto/cat_modify.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_edit_cat'|@translate}</h2> |