Commit 190170a6 authored by lpsolit%gmail.com's avatar lpsolit%gmail.com

Bug 310982: Remove the 'browserbugmessage' parameter completely - Patch by…

Bug 310982: Remove the 'browserbugmessage' parameter completely - Patch by Frédéric Buclin <LpSolit@gmail.com> r=joel a=justdave
parent 518df535
......@@ -1118,15 +1118,6 @@ Reason: %reason%
},
{
name => 'browserbugmessage',
desc => 'If bugzilla gets unexpected data from the browser, in addition to ' .
'displaying the cause of the problem, it will output this HTML as ' .
'well.',
type => 'l',
default => 'this may indicate a bug in your browser.'
},
{
name => 'commentoncreate',
desc => 'If this option is on, the user needs to enter a description ' .
'when entering a new bug',
......
......@@ -285,7 +285,7 @@
I was unable to retrieve your old password from the database.
[% ELSIF error == "undefined_field" %]
Form field [% field FILTER html %] was not defined; [% Param('browserbugmessage') %]
Form field [% field FILTER html %] was not defined.
[%# Useful message if browser did not select show_bug radio button %]
[% IF field == "knob" %]
Check that the "Leave as..." radio button was selected.
......
......@@ -1039,8 +1039,7 @@
[% ELSIF error == "reassign_to_empty" %]
[% title = "Illegal Reassignment" %]
To reassign [% terms.abug %], you must provide an address for
the new assignee. If you did not intentionally clear out the
"Reassign [% terms.bug %] to" field, [% Param("browserbugmessage") %]
the new assignee.
[% ELSIF error == "report_access_denied" %]
[% title = "Access Denied" %]
......
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