From e8ff59d6cb8f5778f76e9df06c54074bd5e1cf93 Mon Sep 17 00:00:00 2001 From: moodler Date: Sun, 19 Oct 2003 05:07:29 +0000 Subject: [PATCH] More styles -- missed the target last time! --- 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 b56756c3c5..07d3fa3afb 100644 --- a/mod/glossary/lib.php +++ b/mod/glossary/lib.php @@ -652,10 +652,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