pref feedlist tweaks (2)

This commit is contained in:
Andrew Dolgov 2006-05-18 07:03:14 +01:00
parent d1793994d9
commit 2eb15f6fee
1 changed files with 2 additions and 2 deletions

View File

@ -1931,10 +1931,10 @@
print "<tr><td colspan=\"6\" class=\"feedEditCat\">$edit_cat</td></tr>";
print "<tr class=\"title\">
<td width='4%'>&nbsp;</td>";
<td width='5%'>&nbsp;</td>";
if (get_pref($link, 'ENABLE_FEED_ICONS')) {
print "<td width='4%'>&nbsp;</td>";
print "<td width='3%'>&nbsp;</td>";
}
print "<td width='40%'><a href=\"javascript:updateFeedList('title')\">Title</a></td>