From b553417d4f0c6badbabb452024536b493ebb987e Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Sun, 7 Jan 2007 03:55:28 +0000 Subject: Bug 365403: Prevent tags from overwriting existing saved searches - Patch by Frédéric Buclin r=bkor a=justdave MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- template/en/default/global/user-error.html.tmpl | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'template') diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl index 244a7f48a..aebaf1178 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -1249,6 +1249,14 @@ No product specified when trying to edit components, milestones, versions or product. + [% ELSIF error == "query_name_exists" %] + [% title = "Search Name Already In Use" %] + The name [% name FILTER html %] is already used by another + saved search. You first have to + delete it if you really want to use + this name. + [% ELSIF error == "query_name_missing" %] [% title = "No Search Name Specified" %] [% docslinks = {'list.html' => "About $terms.bug lists"} %] -- cgit v1.2.3-24-g4f1b