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/search/knob.html.tmpl | 131 ++++-------------------------- 1 file changed, 18 insertions(+), 113 deletions(-) (limited to 'template/en/default/search/knob.html.tmpl') diff --git a/template/en/default/search/knob.html.tmpl b/template/en/default/search/knob.html.tmpl index 8386eff04..cf40d0711 100644 --- a/template/en/default/search/knob.html.tmpl +++ b/template/en/default/search/knob.html.tmpl @@ -31,112 +31,7 @@ "Assignee" => "Assignee", "Last Changed" => "Last Changed" } %] -
-[% IF NOT user %] - -[% ELSE %] - - - - [% IF namedqueries.size > 0 %] - - - - - [% END %] - - - - - - - - -
- - -  
- [% IF namedqueries.size > 0 %] -        - [% END %] - - [% IF namedqueries.size > 0 %] - - [% ELSE %] - - - [% END %] - - - -
-        - -
- -
-
- [% IF namedqueries.size > 0 %] - - - - - [% END %] -
- - -[% END %] +

Sort results by: @@ -147,14 +42,24 @@ [% ordersdesc.$order FILTER html %] [% END %] +

+

- - [% IF userdefaultquery %] -

- - Set my default query back to the system default. -

- [% END %]

+

+     + + +

+ +[% IF userdefaultquery %] +

+ + Set my default query back to the system default. +

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