From: lpsolit%gmail.com <> Date: Sat, 19 Nov 2005 09:20:04 +0000 (+0000) Subject: Bug 87405: Change columns on stored query loses title - Patch by Frédéric Buclin... X-Git-Tag: bugzilla-2.22rc1~139 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b1457ecffd7630f867974177c3f3313f4e08bb6b;p=thirdparty%2Fbugzilla.git Bug 87405: Change columns on stored query loses title - Patch by Frédéric Buclin r/a=myk --- diff --git a/template/en/default/list/list.html.tmpl b/template/en/default/list/list.html.tmpl index 5c2e0312a0..01f7678fde 100644 --- a/template/en/default/list/list.html.tmpl +++ b/template/en/default/list/list.html.tmpl @@ -32,8 +32,8 @@ [% PROCESS global/variables.none.tmpl %] [% title = "$terms.Bug List" %] -[% IF searchname %] - [% title = title _ ": " _ searchname %] +[% IF searchname || defaultsavename %] + [% title = title _ ": " _ (searchname OR defaultsavename) FILTER html %] [% END %] [% style_urls = [ "skins/standard/buglist.css" ] %]