mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-09-17 11:30:59 +02:00
misc headlines view tweaks
This commit is contained in:
parent
f56ec297e4
commit
e5a99b885f
17
backend.php
17
backend.php
@ -1011,13 +1011,10 @@
|
|||||||
print "</td>";
|
print "</td>";
|
||||||
print "</tr></table>";
|
print "</tr></table>";
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
print "<table class=\"headlinesList\" id=\"headlinesList\"
|
print "<table class=\"headlinesList\" id=\"headlinesList\"
|
||||||
cellspacing=\"0\" width=\"100%\">";
|
cellspacing=\"0\" width=\"100%\">";
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
$lnum = 0;
|
$lnum = 0;
|
||||||
|
|
||||||
error_reporting (DEFAULT_ERROR_LEVEL);
|
error_reporting (DEFAULT_ERROR_LEVEL);
|
||||||
@ -1060,14 +1057,14 @@
|
|||||||
print "<tr class='$class' id='RROW-$id'>";
|
print "<tr class='$class' id='RROW-$id'>";
|
||||||
// onclick=\"javascript:view($id,$feed_id)\">
|
// onclick=\"javascript:view($id,$feed_id)\">
|
||||||
|
|
||||||
print "<td valign='center' class='hlUpdatePic'>$update_pic</td>";
|
print "<td class='hlUpdatePic'>$update_pic</td>";
|
||||||
|
|
||||||
print "<td valign='center' class='hlSelectRow'>
|
print "<td class='hlSelectRow'>
|
||||||
<input type=\"checkbox\" onclick=\"toggleSelectRow(this)\"
|
<input type=\"checkbox\" onclick=\"toggleSelectRow(this)\"
|
||||||
class=\"feedCheckBox\" id=\"RCHK-$id\">
|
class=\"feedCheckBox\" id=\"RCHK-$id\">
|
||||||
</td>";
|
</td>";
|
||||||
|
|
||||||
print "<td valign='center' class='hlMarkedPic'>$marked_pic</td>";
|
print "<td class='hlMarkedPic'>$marked_pic</td>";
|
||||||
|
|
||||||
if ($line["feed_title"]) {
|
if ($line["feed_title"]) {
|
||||||
print "<td class='hlContent'>$content_link</td>";
|
print "<td class='hlContent'>$content_link</td>";
|
||||||
@ -1107,12 +1104,12 @@
|
|||||||
++$lnum;
|
++$lnum;
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($lnum == 0) {
|
|
||||||
print "<tr><td align='center'>No articles found.</td></tr>";
|
|
||||||
}
|
|
||||||
|
|
||||||
print "</table>";
|
print "</table>";
|
||||||
|
|
||||||
|
} else {
|
||||||
|
print "<div width='100%' align='center'>No articles found.</div>";
|
||||||
|
}
|
||||||
|
|
||||||
print "<script type=\"text/javascript\">
|
print "<script type=\"text/javascript\">
|
||||||
document.onkeydown = hotkey_handler;
|
document.onkeydown = hotkey_handler;
|
||||||
update_all_counters('$feed');
|
update_all_counters('$feed');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user