From cb425931262e9c087a99709ec2a215efeb766311 Mon Sep 17 00:00:00 2001 From: "justdave%bugzilla.org" <> Date: Wed, 7 Jul 2004 13:02:32 +0000 Subject: Bug 245077: The "Find a specific bug" tab is now the default query when you go to query.cgi. To keep the developers happy, a cookie is now set to remember which query page you last visited, and going to query.cgi without specifying which tab will get you the last one you visited. Patch by Byron Jones r=justdave, a=justdave --- template/en/default/search/tabs.html.tmpl | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'template/en/default/search/tabs.html.tmpl') diff --git a/template/en/default/search/tabs.html.tmpl b/template/en/default/search/tabs.html.tmpl index ac3c72f2f..06b22f7a2 100644 --- a/template/en/default/search/tabs.html.tmpl +++ b/template/en/default/search/tabs.html.tmpl @@ -26,10 +26,10 @@ # description: string. Description of the tab (used in tab title). #%] -[% tabs = [ { name => '__DEFAULT__', description => "Advanced Search" }, - { name => 'specific', description => "Find a Specific $terms.Bug " } ] %] +[% tabs = [ { name => 'specific', description => "Find a Specific $terms.Bug " }, + { name => 'advanced', description => "Advanced Search" } ] %] -[% current_tab = query_format || format || "__DEFAULT__" %] +[% current_tab = query_format || format || "advanced" %]
@@ -43,9 +43,7 @@ [% ELSE %] -- cgit v1.2.3-24-g4f1b
- + [% tab.description %]