]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 1333942 - Include quicksearch query string in the buglist.cgi HTML title
authorMatthew N <MattN+bmo@mozilla.com>
Fri, 27 Jan 2017 04:21:05 +0000 (23:21 -0500)
committerDylan William Hardison <dylan@hardison.net>
Fri, 27 Jan 2017 04:21:24 +0000 (23:21 -0500)
template/en/default/list/list.html.tmpl

index d825cf9cedff789b40816c2476e8ac837f1e08c7..5e154f5dff7d4ad41ba996ad610cd211bad667f2 100644 (file)
@@ -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 %]