diff options
author | rub <rub@piwigo.org> | 2008-09-28 21:02:22 +0000 |
---|---|---|
committer | rub <rub@piwigo.org> | 2008-09-28 21:02:22 +0000 |
commit | c50a7dca1ef1c9f47b0b3716a55a4a1341ede15e (patch) | |
tree | bf5c4580695bec5f3ebfb3fa09df112f37ae9479 /admin/template/goto/notification_by_mail.tpl | |
parent | 9ae445678c1024c8c242c57a4ee326b5e5c4cfb3 (diff) |
jQuery use.
Purpose of include for template. More easy to use on plugin.
"include file" don't work on include file? => double declaration
git-svn-id: http://piwigo.org/svn/trunk@2623 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | admin/template/goto/notification_by_mail.tpl | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/admin/template/goto/notification_by_mail.tpl b/admin/template/goto/notification_by_mail.tpl index 6f6a57a87..eef0b3de4 100644 --- a/admin/template/goto/notification_by_mail.tpl +++ b/admin/template/goto/notification_by_mail.tpl @@ -1,13 +1,8 @@ {* $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>{'nbm_send_mail_to_users'|@translate} {$TABSHEET_TITLE}</h2> |