From 190170a6935fc7faf497d65b85cde7691496ffe6 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Fri, 7 Oct 2005 04:06:55 +0000 Subject: Bug 310982: Remove the 'browserbugmessage' parameter completely - Patch by Frédéric Buclin r=joel a=justdave MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- template/en/default/global/code-error.html.tmpl | 2 +- template/en/default/global/user-error.html.tmpl | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) (limited to 'template') 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" %] -- cgit v1.2.3-24-g4f1b