]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 1507518 - Allow title parameter value in url to be the title of the page
authorKohei Yoshino <kohei.yoshino@gmail.com>
Mon, 19 Nov 2018 20:13:15 +0000 (15:13 -0500)
committerDylan William Hardison <dylan@hardison.net>
Mon, 19 Nov 2018 20:13:15 +0000 (15:13 -0500)
skins/standard/buglist.css
template/en/default/list/list.html.tmpl

index e0298b0aa7650757d7ceb7b4748c37c9e9c09a71..2aee38e2b2d79022eee4f9bae243fa7787d4d697 100644 (file)
   text-align: center;
 }
 
+.bz_query_head h1 {
+  font-size: x-large;
+}
+
 .bz_query_timestamp {
   font-weight: bold;
 }
index 250e3a64098af64beb56d9be112ae4f48114b873..e8fc9083aa6ac80f5c5d89416eaaa77d6974a543 100644 (file)
 %]
 
 <div class="bz_query_head">
+  [% IF searchname || defaultsavename || quicksearch %]
+    <h1>[% (searchname || defaultsavename || quicksearch) FILTER html %]</h1>
+  [% ELSIF title != "$terms.Bug List" %]
+    [%# Already filtered #%]
+    <h1>[% title FILTER none %]</h1>
+  [% END %]
+
   <span class="bz_query_timestamp">
     [% currenttime FILTER time('%a %b %e %Y %T %Z') FILTER html %]<br>
   </span>