1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-25 07:41:32 +00:00

new article toolbar

This commit is contained in:
Andrew Dolgov
2005-09-06 02:24:30 +01:00
parent 6abab33066
commit 5f89f7803b
3 changed files with 26 additions and 11 deletions

View File

@@ -214,7 +214,7 @@
print "<table class=\"postTable\" width=\"100%\" cellspacing=\"0\"
cellpadding=\"0\">";
/*
print "<tr class=\"titleTop\"><td align=\"right\"><b>Title:</b></td>
<td width=\"100%\">".$line["title"]."</td>
<td>&nbsp;</td></tr>";
@@ -225,7 +225,7 @@
print "<tr class=\"titleBottom\"><td align=\"right\"><b>Link:</b></td>
<td><a href=\"".$line["link"]."\">".$line["link"]."</a> $comments_prompt</td>
<td>&nbsp;</td></tr>";
<td>&nbsp;</td></tr>"; */
print "<tr><td valign=\"top\" class=\"post\"
colspan=\"2\">" . $line["content"] . "</td>
<td valign=\"top\">$feed_icon</td>
@@ -367,8 +367,8 @@
$content_link = "<a href=\"javascript:view($id,$feed_id);\">" .
$line["title"] . "</a>";
print "<tr class='$class' id='RROW-$id'
onclick=\"javascript:view($id,$feed_id)\">";
print "<tr class='$class' id='RROW-$id'";
// onclick=\"javascript:view($id,$feed_id)\">
print "<td id='FUPDPIC-$id' valign='center'
class='headlineUpdateMark'>$update_pic</td>";