From e94c179a04babebebd5a73f552a2c5667c7a6236 Mon Sep 17 00:00:00 2001 From: moodler Date: Sun, 19 Oct 2003 05:02:45 +0000 Subject: [PATCH] Added styles to tabs --- mod/glossary/lib.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mod/glossary/lib.php b/mod/glossary/lib.php index e1f286117b..b56756c3c5 100644 --- a/mod/glossary/lib.php +++ b/mod/glossary/lib.php @@ -606,10 +606,12 @@ for ($row = 0; $row < $numrows; $row++) { } if ($tabproccessed == $currenttab) { $currentcolor = $currenttabcolor; + $currentstyle = 'generaltabselected'; } else { $currentcolor = $tabcolor; + $currentstyle = 'generaltab'; } - echo ""; + echo ""; if ($tabproccessed != $currenttab and $data[$tabproccessed]->link) { echo "link . "\">"; } -- 2.39.5