diff options
author | jocuri%softhome.net <> | 2003-10-19 07:37:29 +0200 |
---|---|---|
committer | jocuri%softhome.net <> | 2003-10-19 07:37:29 +0200 |
commit | f297526924af890364685b94ab20c04a253c82a6 (patch) | |
tree | 6e57c729b15b2dfb125cbb6ec26a0a9a9a686486 /template | |
parent | 9e308606cb8981b711a58435a226a4c6adce45f2 (diff) | |
download | bugzilla-f297526924af890364685b94ab20c04a253c82a6.tar.gz bugzilla-f297526924af890364685b94ab20c04a253c82a6.tar.xz |
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.
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/global/code-error.html.tmpl | 6 |
1 files changed, 5 insertions, 1 deletions
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 %] |