]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 1332976 - Include quicksearch query string in the buglist.cgi HTML title. r=dylan
authorMatthew Noorenberghe <github@matthew.noorenberghe.com>
Mon, 23 Jan 2017 03:38:42 +0000 (19:38 -0800)
committerDylan William Hardison <dylan@hardison.net>
Tue, 14 Feb 2017 15:15:27 +0000 (10:15 -0500)
template/en/default/list/list.html.tmpl

index 9cb3f135721157a6558a312aca74ce05bc50d0c8..a4d516e6c2e66380b0215855cd145b42a7865907 100644 (file)
@@ -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 %]