From bd925e1bdbb7037ae7480a80596bc6e7a5b4f692 Mon Sep 17 00:00:00 2001 From: "reed%reedloden.com" <> Date: Mon, 3 Dec 2007 04:30:53 +0000 Subject: Bug 389983 - "Enable spellchecking in the summary field" [p=reed r+a=justdave] --- template/en/default/bug/edit.html.tmpl | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'template/en/default/bug/edit.html.tmpl') diff --git a/template/en/default/bug/edit.html.tmpl b/template/en/default/bug/edit.html.tmpl index e2ce068e4..1f20cdb52 100644 --- a/template/en/default/bug/edit.html.tmpl +++ b/template/en/default/bug/edit.html.tmpl @@ -157,7 +157,7 @@ : [% PROCESS input inputname => "short_desc" size => "60" colspan => 2 - maxlength => 255 %] + maxlength => 255 spellcheck => "true" %] @@ -850,7 +850,8 @@ + [% " onfocus=\"$onfocus\"" IF onfocus %] + [% " spellcheck=\"$spellcheck\"" IF spellcheck %]> [% ELSE %] @@ -868,6 +869,7 @@ [% size = 0 %] [% value = undef %] [% onfocus = undef %] + [% spellcheck = undef %] [% END %] [%############################################################################%] -- cgit v1.2.3-24-g4f1b