From 90d86a9744883ccc120a0a955ffade72990e1505 Mon Sep 17 00:00:00 2001
From: Frédéric Buclin
Date: Thu, 14 Apr 2016 21:03:00 +0200
Subject: Bug 1088022 - Bump min version to CGI 4.09 r=dkl
---
template/en/default/global/confirm-user-match.html.tmpl | 6 ++----
template/en/default/global/hidden-fields.html.tmpl | 11 ++++-------
template/en/default/global/product-select.html.tmpl | 4 ++--
template/en/default/global/user-error.html.tmpl | 17 ++++++++---------
4 files changed, 16 insertions(+), 22 deletions(-)
(limited to 'template/en/default/global')
diff --git a/template/en/default/global/confirm-user-match.html.tmpl b/template/en/default/global/confirm-user-match.html.tmpl
index 613f097e1..b497256a3 100644
--- a/template/en/default/global/confirm-user-match.html.tmpl
+++ b/template/en/default/global/confirm-user-match.html.tmpl
@@ -41,13 +41,11 @@
[% IF matchsuccess == 1 %]
[% PROCESS global/header.html.tmpl title="Confirm Match" %]
- [% USE Bugzilla %]
-
-[%# If a saved search fails, people want the ability to edit or delete it.
+[%# If a saved search fails, people want the ability to edit or delete it.
# This is the best way of getting information about that possible saved
# search from any error call location. %]
-[% namedcmd = Bugzilla.cgi.param("namedcmd") %]
-[% sharer_id = Bugzilla.cgi.param("sharer_id") %]
+[% namedcmd = cgi_param("namedcmd") %]
[% IF namedcmd AND error != "missing_query"
AND error != "saved_search_used_by_whines"
- AND !sharer_id %]
-
- Alternatively, you can
+ AND !cgi_param("sharer_id") %]
+
+ Alternatively, you can
forget
-
+
[% FOREACH q = Bugzilla.user.queries %]
[% IF q.name == namedcmd %]
or edit
[% END %]
[% END %]
-
+
the saved search '[% namedcmd FILTER html %]'.
-[% END %]
+[% END %]
[% PROCESS global/footer.html.tmpl %]
--
cgit v1.2.3-24-g4f1b