From f297526924af890364685b94ab20c04a253c82a6 Mon Sep 17 00:00:00 2001 From: "jocuri%softhome.net" <> Date: Sun, 19 Oct 2003 05:37:29 +0000 Subject: Bug 108528: knob is not a defined error message and it does not help a user find the error; patch by chaduv (caduvall@glue.umd.edu); r=justdave; a=justdave. --- template/en/default/global/code-error.html.tmpl | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'template/en/default/global/code-error.html.tmpl') diff --git a/template/en/default/global/code-error.html.tmpl b/template/en/default/global/code-error.html.tmpl index 73501672b..82be89b1d 100644 --- a/template/en/default/global/code-error.html.tmpl +++ b/template/en/default/global/code-error.html.tmpl @@ -208,7 +208,11 @@ I was unable to retrieve your old password from the database. [% ELSIF error == "undefined_field" %] - [% field FILTER html %] was not defined; [% Param('browserbugmessage') %] + Form field [% field FILTER html %] was not defined; [% Param('browserbugmessage') %] + [%# Useful message if browser did not select show_bug radio button %] + [% IF field == "knob" %] + Check that the "Leave as..." radio button was selected. + [% END %] [% ELSIF error == "unknown_action" %] [% IF action %] -- cgit v1.2.3-24-g4f1b