summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-09-05 06:45:21 +0100
committerAndrew Dolgov <[email protected]>2005-09-05 06:45:21 +0100
commitbdd69ee96c669309bbedfbf9be14efede127786d (patch)
tree4d7ff847e04b5f0eb2303718564e81b6d44ce733 /backend.php
parent9db8a60ffbfe18976170235405f2abfb9e512c1d (diff)
protype unmark page/all buttons (disabled ATM)
Diffstat (limited to 'backend.php')
-rw-r--r--backend.php11
1 files changed, 10 insertions, 1 deletions
diff --git a/backend.php b/backend.php
index eab9341f8..39f2e6033 100644
--- a/backend.php
+++ b/backend.php
@@ -398,10 +398,19 @@
print "<a class=\"disabledButton\">This Page</a>";
print "&nbsp;";
}
-
+
print "<a class=\"button\"
href=\"javascript:viewfeed($feed, $skip, 'MarkAllRead');\">All Posts</a>";
+/* print "&nbsp;&nbsp;Unmark: ";
+
+ print "<a class=\"button\"
+ href=\"javascript:unmarkPosts(false);\">This Page</a>";
+ print "&nbsp;";
+
+ print "<a class=\"button\"
+ href=\"javascript:unmarkPosts(true);\">All Posts</a>"; */
+
print "</td></tr>";
// end unholy navbar block