aboutsummaryrefslogtreecommitdiffstats
path: root/template/en/default/global/user-error.html.tmpl
diff options
context:
space:
mode:
authorMax Kanat-Alexander <mkanat@bugzilla.org>2010-06-15 18:40:27 -0700
committerMax Kanat-Alexander <mkanat@bugzilla.org>2010-06-15 18:40:27 -0700
commitfbe9a7a9a22004e3cc23a61b84148da8a0c300e9 (patch)
tree0fec2fa81dcaac47c45b56c6b696b10a53a27270 /template/en/default/global/user-error.html.tmpl
parent4291fb9fc4f9210d1ca54ca559d701b5cdca13b5 (diff)
downloadbugs-fbe9a7a9a22004e3cc23a61b84148da8a0c300e9.tar
bugs-fbe9a7a9a22004e3cc23a61b84148da8a0c300e9.tar.gz
bugs-fbe9a7a9a22004e3cc23a61b84148da8a0c300e9.tar.bz2
bugs-fbe9a7a9a22004e3cc23a61b84148da8a0c300e9.tar.xz
bugs-fbe9a7a9a22004e3cc23a61b84148da8a0c300e9.zip
Bug 24896: Make the First/Last/Prev/Next navigation on bugs work with
multiple buglists at once r=glob, a=mkanat
Diffstat (limited to 'template/en/default/global/user-error.html.tmpl')
-rw-r--r--template/en/default/global/user-error.html.tmpl2
1 files changed, 2 insertions, 0 deletions
diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl
index 1d5997861..669d6adb3 100644
--- a/template/en/default/global/user-error.html.tmpl
+++ b/template/en/default/global/user-error.html.tmpl
@@ -1783,6 +1783,8 @@
group
[% ELSIF class == "Bugzilla::Product" %]
product
+ [% ELSIF class == "Bugzilla::Search::Recent" %]
+ recent search
[% ELSIF class == "Bugzilla::Search::Saved" %]
saved search
[% ELSIF ( matches = class.match('^Bugzilla::Field::Choice::(.+)') ) %]