From 84973470df08a269632287e66c52aa30f515ccc1 Mon Sep 17 00:00:00 2001 From: "wurblzap%gmail.com" <> Date: Wed, 18 Oct 2006 02:58:34 +0000 Subject: Bug 321556: Prepare Bugzilla to ship with at least 2 skins. Patch by Marc Schumann ; r=myk, a=justdave --- template/en/default/global/tabs.html.tmpl | 24 +++++++++++++++--------- 1 file changed, 15 insertions(+), 9 deletions(-) (limited to 'template/en/default/global/tabs.html.tmpl') diff --git a/template/en/default/global/tabs.html.tmpl b/template/en/default/global/tabs.html.tmpl index 6f8601b86..25b931de3 100644 --- a/template/en/default/global/tabs.html.tmpl +++ b/template/en/default/global/tabs.html.tmpl @@ -18,6 +18,7 @@ # # Contributor(s): Gervase Markham # Myk Melez + # Marc Schumann #%] [%# INTERFACE: @@ -28,20 +29,25 @@ # current_tab_name: string. name of the currently selected tab #%] -
- +
+
- + [% FOREACH tab = tabs %] [% IF tab.name == current_tab_name %] - + [% ELSE %] - + [% END %] [% END %] - - -
  [% tab.label FILTER html %][% tab.label FILTER html %][% tab.label FILTER html %][% tab.label FILTER html %] 
-
+   + + + +
+ [% content %] +
+ + -- cgit v1.2.3-24-g4f1b