From 59a543f0ee39ffce6f74856e0ae261fbe5bfac80 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sat, 20 May 2006 17:00:41 +0100 Subject: remove scriptaculous for the time being, place infoBox statically --- backend.php | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'backend.php') diff --git a/backend.php b/backend.php index 31c1215f6..1daf49aa0 100644 --- a/backend.php +++ b/backend.php @@ -1823,7 +1823,7 @@ if (db_num_rows($result) != 0) { - print "
PLACEHOLDER
"; +// print "
PLACEHOLDER
"; print "

"; @@ -2159,8 +2159,7 @@ if ($quiet) return; - print "
-
PLACEHOLDER
"; +// print "
PLACEHOLDER
"; $result = db_query($link, "SELECT id,description FROM ttrss_filter_types ORDER BY description"); @@ -2472,7 +2471,7 @@ owner_uid = ".$_SESSION["uid"]." ORDER by description"); - print "
PLACEHOLDER
"; +// print "
PLACEHOLDER
"; if (db_num_rows($result) != 0) { @@ -3379,7 +3378,7 @@ ttrss_users ORDER by login"); - print "
PLACEHOLDER
"; +// print "
PLACEHOLDER
"; print "

"; -- cgit v1.2.3-54-g00ecf