From 5f61a3d84eef44c09244996a5787bfc24621f60c Mon Sep 17 00:00:00 2001 From: "gerv%gerv.net" <> Date: Sun, 9 Nov 2003 05:49:18 +0000 Subject: Bug 179339 - Simplify and improve the stored query mechanism. Patch by gerv; r,a=myk. --- template/en/default/list/list.html.tmpl | 86 ++++++++++++++++++++++----------- 1 file changed, 58 insertions(+), 28 deletions(-) (limited to 'template/en/default/list/list.html.tmpl') diff --git a/template/en/default/list/list.html.tmpl b/template/en/default/list/list.html.tmpl index a61bdef98..4d5a48c79 100644 --- a/template/en/default/list/list.html.tmpl +++ b/template/en/default/list/list.html.tmpl @@ -25,7 +25,11 @@ [% PROCESS global/variables.none.tmpl %] -[% DEFAULT title = "$terms.Bug List" %] +[% title = "$terms.Bug List" %] +[% IF searchname %] + [% title = title _ ": " _ searchname FILTER html %] +[% END %] + [% style_urls = [ "css/buglist.css" ] %] [% qorder = order FILTER url_quote IF order %] [% message = "buglist_sorted_by_relevance" IF sorted_by_relevance %] @@ -132,33 +136,59 @@ [%############################################################################%] [% IF bugs.size > 0 %] -
- - -    - CSV    - Change Columns    - - [% IF bugs.size > 1 && caneditbugs && !dotweak %] - Change Several  - [% terms.Bugs %] at Once -    - [% END %] - - [% IF bugowners %] - Send - Mail to [% terms.Bug %] Owners -    - [% END %] - - Edit this Query    - -
- +

+ + + + + + [% IF searchname %] + + [% ELSE %] + + + [% END %] + +
+
+ + +
+
  + CSV | + Change Columns | + + [% IF bugs.size > 1 && caneditbugs && !dotweak %] + Change Several [% terms.Bugs %] at Once + | + [% END %] + + [% IF bugowners %] + Send Mail to [% terms.Bug %] Owners | + [% END %] + + Edit Search + + | + Forget Search ' + [% searchname FILTER html %]' +   +
+ as + + + + +
+
+

[% END %] -- cgit v1.2.3-24-g4f1b