From 4b113460e54775cbd3e5e412ad37b9ba7ab66edc Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Tue, 9 Aug 2011 18:03:23 -0400 Subject: Bug 585440 - Allow disabled accounts to turn off all bugmail r/a=mkanat --- template/en/default/global/textarea.html.tmpl | 3 +++ 1 file changed, 3 insertions(+) (limited to 'template/en/default/global') 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 %] -- cgit v1.2.3-24-g4f1b