]> git.wh0rd.org Git - tt-rss.git/commitdiff
prefs editor UI changes
authorAndrew Dolgov <fox@madoka.spb.ru>
Thu, 17 Nov 2005 05:42:17 +0000 (06:42 +0100)
committerAndrew Dolgov <fox@madoka.spb.ru>
Thu, 17 Nov 2005 05:42:17 +0000 (06:42 +0100)
backend.php

index 2a488e88acac7073b4678992738186d6a28206e5..ed497f4711b94c141e479244f1883111b5fc266d 100644 (file)
                        while ($line = db_fetch_assoc($result)) {
 
                                if ($active_section != $line["section_name"]) {
-                                       $active_section = $line["section_name"];
+
+                                       if ($active_section != "") {
+                                               print "</table><p><table width=\"100%\" class=\"prefPrefsList\">";
+                                       }
+                               
+                                       $active_section = $line["section_name"];                                
+                                       
                                        print "<tr><td colspan=\"3\"><h3>$active_section</h3></td></tr>";
-                                       print "<tr class=\"title\">
-                                               <td width=\"25%\">Option</td><td>Value</td></tr>";
+//                                     print "<tr class=\"title\">
+//                                             <td width=\"25%\">Option</td><td>Value</td></tr>";
                                }
 
                                $class = ($lnum % 2) ? "even" : "odd";