diff options
Diffstat (limited to 'admin/template/goto/configuration.tpl')
-rw-r--r-- | admin/template/goto/configuration.tpl | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/admin/template/goto/configuration.tpl b/admin/template/goto/configuration.tpl index 8bd9ecaf6..d6c082429 100644 --- a/admin/template/goto/configuration.tpl +++ b/admin/template/goto/configuration.tpl @@ -1,4 +1,14 @@ {* $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> + <div class="titrePage"> <h2>{'title_configuration'|@translate} {$TABSHEET_TITLE}</h2> </div> |