summaryrefslogtreecommitdiffstats
path: root/template/en/default/global
diff options
context:
space:
mode:
authorDavid Lawrence <dlawrence@mozilla.com>2011-08-10 00:03:23 +0200
committerDavid Lawrence <dlawrence@mozilla.com>2011-08-10 00:03:23 +0200
commit4b113460e54775cbd3e5e412ad37b9ba7ab66edc (patch)
tree5acc4fc6552f9a343c28d70ce663af70359a57b9 /template/en/default/global
parent80c6d150b42ae5d9ba7464c5e20023cc90388259 (diff)
downloadbugzilla-4b113460e54775cbd3e5e412ad37b9ba7ab66edc.tar.gz
bugzilla-4b113460e54775cbd3e5e412ad37b9ba7ab66edc.tar.xz
Bug 585440 - Allow disabled accounts to turn off all bugmail
r/a=mkanat
Diffstat (limited to 'template/en/default/global')
-rw-r--r--template/en/default/global/textarea.html.tmpl3
1 files changed, 3 insertions, 0 deletions
diff --git a/template/en/default/global/textarea.html.tmpl b/template/en/default/global/textarea.html.tmpl
index c158615bd..84aacf2ee 100644
--- a/template/en/default/global/textarea.html.tmpl
+++ b/template/en/default/global/textarea.html.tmpl
@@ -53,4 +53,7 @@
[% END %]
[% IF mandatory %]
aria-required="true"
+ [% END %]
+ [% IF onchange %]
+ onchange="[% onchange FILTER html %]"
[% END %]>[% defaultcontent FILTER html %]</textarea>