summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2007-01-07 04:55:28 +0100
committerlpsolit%gmail.com <>2007-01-07 04:55:28 +0100
commitb553417d4f0c6badbabb452024536b493ebb987e (patch)
treebda27549658af21cae45e6289fb7281cc05f5726 /template
parenta397877d8c01484c7b6a283be16c34f316c55ca2 (diff)
downloadbugzilla-b553417d4f0c6badbabb452024536b493ebb987e.tar.gz
bugzilla-b553417d4f0c6badbabb452024536b493ebb987e.tar.xz
Bug 365403: Prevent tags from overwriting existing saved searches - Patch by Frédéric Buclin <LpSolit@gmail.com> r=bkor a=justdave
Diffstat (limited to 'template')
-rw-r--r--template/en/default/global/user-error.html.tmpl8
1 files changed, 8 insertions, 0 deletions
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 <em>[% name FILTER html %]</em> is already used by another
+ saved search. You first have to
+ <a href="buglist.cgi?cmdtype=dorem&amp;remaction=forget&amp;namedcmd=
+ [%- name FILTER url_quote %]">delete</a> 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"} %]