From: Kohei Yoshino Date: Mon, 19 Nov 2018 20:13:15 +0000 (-0500) Subject: Bug 1507518 - Allow title parameter value in url to be the title of the page X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a447a6e5487f3986547c69739391f4a710e29f84;p=thirdparty%2Fbugzilla.git Bug 1507518 - Allow title parameter value in url to be the title of the page --- diff --git a/skins/standard/buglist.css b/skins/standard/buglist.css index e0298b0aa..2aee38e2b 100644 --- a/skins/standard/buglist.css +++ b/skins/standard/buglist.css @@ -21,6 +21,10 @@ text-align: center; } +.bz_query_head h1 { + font-size: x-large; +} + .bz_query_timestamp { font-weight: bold; } diff --git a/template/en/default/list/list.html.tmpl b/template/en/default/list/list.html.tmpl index 250e3a640..e8fc9083a 100644 --- a/template/en/default/list/list.html.tmpl +++ b/template/en/default/list/list.html.tmpl @@ -56,6 +56,13 @@ %]
+ [% IF searchname || defaultsavename || quicksearch %] +

[% (searchname || defaultsavename || quicksearch) FILTER html %]

+ [% ELSIF title != "$terms.Bug List" %] + [%# Already filtered #%] +

[% title FILTER none %]

+ [% END %] + [% currenttime FILTER time('%a %b %e %Y %T %Z') FILTER html %]