Commit f2975269 authored by jocuri%softhome.net's avatar jocuri%softhome.net

Bug 108528: knob is not a defined error message and it does not help a user find…

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.
parent 9e308606
......@@ -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 %]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment