From d0fa6110d1e7e8490d137e8f39f5636312f4b5e0 Mon Sep 17 00:00:00 2001 From: Nathan Gray Date: Mon, 3 Dec 2012 18:36:00 +0000 Subject: [PATCH] Use CSS to style preference tabs --- phpgwapi/inc/class.common.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/phpgwapi/inc/class.common.inc.php b/phpgwapi/inc/class.common.inc.php index 10e610ebb3..5be70a1cbb 100644 --- a/phpgwapi/inc/class.common.inc.php +++ b/phpgwapi/inc/class.common.inc.php @@ -452,7 +452,7 @@ class common $output_text .= ''; } - $output_text .= '  ' . $fs . $tab[1]['label'] . $fse . ' '; if ($i == count($tabs)) @@ -470,7 +470,7 @@ class common { $output_text .= ''; } - $output_text .= '  ' . $fs . $tab[1]['label'] . $fse . ' '; if (($i + 1) == $selected)