From: Matthew N Date: Fri, 27 Jan 2017 04:21:05 +0000 (-0500) Subject: Bug 1333942 - Include quicksearch query string in the buglist.cgi HTML title X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1d7bfbbc516fea853ba5f3bf35fd60a8f26304bc;p=thirdparty%2Fbugzilla.git Bug 1333942 - Include quicksearch query string in the buglist.cgi HTML title --- diff --git a/template/en/default/list/list.html.tmpl b/template/en/default/list/list.html.tmpl index d825cf9ce..5e154f5df 100644 --- a/template/en/default/list/list.html.tmpl +++ b/template/en/default/list/list.html.tmpl @@ -33,6 +33,8 @@ [% title = "$terms.Bug List" %] [% IF searchname || defaultsavename %] [% title = title _ ": " _ (searchname OR defaultsavename) FILTER html %] +[% ELSIF quicksearch %] + [% title = title _ ": " _ quicksearch FILTER html %] [% END %] [% qorder = order FILTER uri IF order %]