1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-23 11:41:28 +00:00

Advanced section in preferences, tweak pref editor look

This commit is contained in:
Andrew Dolgov
2005-11-17 11:24:34 +01:00
parent 9e99787465
commit 650bc4350f
4 changed files with 9 additions and 8 deletions

View File

@@ -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"];