From: Matthew Noorenberghe Date: Mon, 23 Jan 2017 03:38:42 +0000 (-0800) Subject: Bug 1332976 - Include quicksearch query string in the buglist.cgi HTML title. r=dylan X-Git-Tag: release-5.1.2~24 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2e6f98dbf14a71f8197165f7df8fecde1b5555bf;p=thirdparty%2Fbugzilla.git Bug 1332976 - Include quicksearch query string in the buglist.cgi HTML title. r=dylan --- diff --git a/template/en/default/list/list.html.tmpl b/template/en/default/list/list.html.tmpl index 9cb3f13572..a4d516e6c2 100644 --- a/template/en/default/list/list.html.tmpl +++ b/template/en/default/list/list.html.tmpl @@ -24,6 +24,8 @@ [% unfiltered_title = "$terms.Bug List" %] [% IF searchname || defaultsavename %] [% unfiltered_title = unfiltered_title _ ": " _ (searchname OR defaultsavename) %] +[% ELSIF quicksearch %] + [% unfiltered_title = unfiltered_title _ ": " _ quicksearch %] [% END %] [% title = unfiltered_title FILTER html %]