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/element_set_unit.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/element_set_unit.tpl | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/admin/template/goto/element_set_unit.tpl b/admin/template/goto/element_set_unit.tpl index 6f2fc5569..e4805cf44 100644 --- a/admin/template/goto/element_set_unit.tpl +++ b/admin/template/goto/element_set_unit.tpl @@ -1,17 +1,8 @@ {* $Id$ *} +{include file='include/autosize.inc.tpl'} {include file='include/datepicker.inc.tpl'} -{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> - <h2>{'Batch management'|@translate}</h2> <h3>{$CATEGORIES_NAV}</h3> |