diff options
author | lpsolit%gmail.com <> | 2005-10-07 06:06:55 +0200 |
---|---|---|
committer | lpsolit%gmail.com <> | 2005-10-07 06:06:55 +0200 |
commit | 190170a6935fc7faf497d65b85cde7691496ffe6 (patch) | |
tree | f6b4950ed5501ed03f1ddcfd1c7437e968e319aa /template/en | |
parent | 518df535b020606f1357e706bbd23f3a43e15f96 (diff) | |
download | bugzilla-190170a6935fc7faf497d65b85cde7691496ffe6.tar.gz bugzilla-190170a6935fc7faf497d65b85cde7691496ffe6.tar.xz |
Bug 310982: Remove the 'browserbugmessage' parameter completely - Patch by Frédéric Buclin <LpSolit@gmail.com> r=joel a=justdave
Diffstat (limited to 'template/en')
-rw-r--r-- | template/en/default/global/code-error.html.tmpl | 2 | ||||
-rw-r--r-- | template/en/default/global/user-error.html.tmpl | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/template/en/default/global/code-error.html.tmpl b/template/en/default/global/code-error.html.tmpl index b459fa44a..796e1e4b2 100644 --- a/template/en/default/global/code-error.html.tmpl +++ b/template/en/default/global/code-error.html.tmpl @@ -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. diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl index f23220d29..6cafb4895 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -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" %] |