]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 108528: knob is not a defined error message and it does not help a user find...
authorjocuri%softhome.net <>
Sun, 19 Oct 2003 05:37:29 +0000 (05:37 +0000)
committerjocuri%softhome.net <>
Sun, 19 Oct 2003 05:37:29 +0000 (05:37 +0000)
template/en/default/global/code-error.html.tmpl

index 73501672b9bb5a0e6d2fb50ec1cb76f937975fcf..82be89b1d027a6865c8acf23c5ffddf749c634dc 100644 (file)
      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 %]