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 "</tr></table>";
|
||||
|
||||
}
|
||||
|
||||
print "<table class=\"headlinesList\" id=\"headlinesList\"
|
||||
cellspacing=\"0\" width=\"100%\">";
|
||||
|
||||
|
||||
|
||||
$lnum = 0;
|
||||
|
||||
error_reporting (DEFAULT_ERROR_LEVEL);
|
||||
|
@ -1060,14 +1057,14 @@
|
|||
print "<tr class='$class' id='RROW-$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)\"
|
||||
class=\"feedCheckBox\" id=\"RCHK-$id\">
|
||||
</td>";
|
||||
|
||||
print "<td valign='center' class='hlMarkedPic'>$marked_pic</td>";
|
||||
print "<td class='hlMarkedPic'>$marked_pic</td>";
|
||||
|
||||
if ($line["feed_title"]) {
|
||||
print "<td class='hlContent'>$content_link</td>";
|
||||
|
@ -1107,12 +1104,12 @@
|
|||
++$lnum;
|
||||
}
|
||||
|
||||
if ($lnum == 0) {
|
||||
print "<tr><td align='center'>No articles found.</td></tr>";
|
||||
}
|
||||
|
||||
print "</table>";
|
||||
|
||||
} else {
|
||||
print "<div width='100%' align='center'>No articles found.</div>";
|
||||
}
|
||||
|
||||
print "<script type=\"text/javascript\">
|
||||
document.onkeydown = hotkey_handler;
|
||||
update_all_counters('$feed');
|
||||
|
|
Loading…
Reference in New Issue