summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-11-15 10:13:49 +0100
committerAndrew Dolgov <[email protected]>2005-11-15 10:13:49 +0100
commit3745788e891932ba47ea4efe8d448e9f8d9ca359 (patch)
treefa09f24fee5f6d00ba9b9bed1298af39a001eb43 /backend.php
parentaa5f9f5fec1419b34e0ad71df3aad6019241b5c0 (diff)
toggle hide/display only unread feeds, All feeds: button ops changed into selector
Diffstat (limited to 'backend.php')
-rw-r--r--backend.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/backend.php b/backend.php
index abde27d71..3bae2a869 100644
--- a/backend.php
+++ b/backend.php
@@ -135,7 +135,7 @@
<script type=\"text/javascript\" src=\"functions.js\"></script>
<script type=\"text/javascript\" src=\"feedlist.js\"></script>
<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\">
- </head><body>";
+ </head><body onload=\"init()\">";
print "<ul class=\"feedList\" id=\"feedList\">";
@@ -147,7 +147,7 @@
FROM ttrss_entries WHERE marked = true AND unread = true");
$num_starred = db_fetch_result($result, 0, "num_starred");
- $class = "odd";
+ $class = "virt";
if ($num_starred > 0) $class .= "Unread";
@@ -172,7 +172,7 @@
$count = db_fetch_result($tmp_result, 0, "count");
- $class = "odd";
+ $class = "label";
if ($count > 0) {
$class .= "Unread";
@@ -215,7 +215,7 @@
// $class = ($lnum % 2) ? "even" : "odd";
- $class = "odd";
+ $class = "feed";
if ($unread > 0) $class .= "Unread";