diff options
Diffstat (limited to 'admin/template/goto/notification_by_mail.tpl')
-rw-r--r-- | admin/template/goto/notification_by_mail.tpl | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/admin/template/goto/notification_by_mail.tpl b/admin/template/goto/notification_by_mail.tpl index ef11e52d1..6f6a57a87 100644 --- a/admin/template/goto/notification_by_mail.tpl +++ b/admin/template/goto/notification_by_mail.tpl @@ -1,4 +1,13 @@ {* $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>{'nbm_send_mail_to_users'|@translate} {$TABSHEET_TITLE}</h2> |