1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-24 14:57:09 +00:00

remove scriptaculous for the time being, place infoBox statically

This commit is contained in:
Andrew Dolgov
2006-05-20 17:00:41 +01:00
parent 07eb917846
commit 59a543f0ee
4 changed files with 13 additions and 6 deletions

View File

@@ -1823,7 +1823,7 @@
if (db_num_rows($result) != 0) {
print "<div id=\"infoBoxShadow\"><div id=\"infoBox\">PLACEHOLDER</div></div>";
// print "<div id=\"infoBoxShadow\"><div id=\"infoBox\">PLACEHOLDER</div></div>";
print "<p><table width=\"100%\" cellspacing=\"0\"
class=\"prefFeedList\" id=\"prefFeedList\">";
@@ -2159,8 +2159,7 @@
if ($quiet) return;
print "<div id=\"infoBoxShadow\">
<div id=\"infoBox\">PLACEHOLDER</div></div>";
// print "<div id=\"infoBoxShadow\"><div id=\"infoBox\">PLACEHOLDER</div></div>";
$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 "<div id=\"infoBoxShadow\"><div id=\"infoBox\">PLACEHOLDER</div></div>";
// print "<div id=\"infoBoxShadow\"><div id=\"infoBox\">PLACEHOLDER</div></div>";
if (db_num_rows($result) != 0) {
@@ -3379,7 +3378,7 @@
ttrss_users
ORDER by login");
print "<div id=\"infoBoxShadow\"><div id=\"infoBox\">PLACEHOLDER</div></div>";
// print "<div id=\"infoBoxShadow\"><div id=\"infoBox\">PLACEHOLDER</div></div>";
print "<p><table width=\"100%\" cellspacing=\"0\"
class=\"prefUserList\" id=\"prefUserList\">";