summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-11-17 11:24:34 +0100
committerAndrew Dolgov <[email protected]>2005-11-17 11:24:34 +0100
commit650bc4350f0b23e1749b871488bb8069ac9fcca9 (patch)
tree2edc46e0c8fb5f9d5038f15e6bc3ddb934382e58 /backend.php
parent9e9978746524f645070feff862019c3777b9c6a0 (diff)
Advanced section in preferences, tweak pref editor look
Diffstat (limited to 'backend.php')
-rw-r--r--backend.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/backend.php b/backend.php
index 61b9bab5c..956ff2e46 100644
--- a/backend.php
+++ b/backend.php
@@ -1578,7 +1578,7 @@
FROM ttrss_prefs,ttrss_prefs_types,ttrss_prefs_sections
WHERE type_id = ttrss_prefs_types.id AND
section_id = ttrss_prefs_sections.id
- ORDER BY section_name,short_desc");
+ ORDER BY section_id,short_desc");
print "<form action=\"backend.php\" method=\"POST\">";
@@ -1605,9 +1605,9 @@
$lnum = 0;
}
- $class = ($lnum % 2) ? "even" : "odd";
+// $class = ($lnum % 2) ? "even" : "odd";
- print "<tr class=\"$class\">";
+ print "<tr>";
$type_name = $line["type_name"];
$pref_name = $line["pref_name"];