From 59a654baece9760330b5dde286fe1e641ce2c880 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 17 Nov 2005 06:42:17 +0100 Subject: prefs editor UI changes --- backend.php | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/backend.php b/backend.php index 2a488e88a..ed497f471 100644 --- a/backend.php +++ b/backend.php @@ -1573,10 +1573,16 @@ while ($line = db_fetch_assoc($result)) { if ($active_section != $line["section_name"]) { - $active_section = $line["section_name"]; + + if ($active_section != "") { + print "

"; + } + + $active_section = $line["section_name"]; + print ""; - print " - "; +// print " +// "; } $class = ($lnum % 2) ? "even" : "odd"; -- cgit v1.2.3

$active_section

OptionValue
OptionValue