mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-25 04:21:29 +00:00
prefs editor UI changes
This commit is contained in:
12
backend.php
12
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 "</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";
|
||||
|
||||
Reference in New Issue
Block a user