mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-02-10 16:01:33 +00:00
pref feedlist tweaks (2)
This commit is contained in:
@@ -1931,10 +1931,10 @@
|
|||||||
print "<tr><td colspan=\"6\" class=\"feedEditCat\">$edit_cat</td></tr>";
|
print "<tr><td colspan=\"6\" class=\"feedEditCat\">$edit_cat</td></tr>";
|
||||||
|
|
||||||
print "<tr class=\"title\">
|
print "<tr class=\"title\">
|
||||||
<td width='4%'> </td>";
|
<td width='5%'> </td>";
|
||||||
|
|
||||||
if (get_pref($link, 'ENABLE_FEED_ICONS')) {
|
if (get_pref($link, 'ENABLE_FEED_ICONS')) {
|
||||||
print "<td width='4%'> </td>";
|
print "<td width='3%'> </td>";
|
||||||
}
|
}
|
||||||
|
|
||||||
print "<td width='40%'><a href=\"javascript:updateFeedList('title')\">Title</a></td>
|
print "<td width='40%'><a href=\"javascript:updateFeedList('title')\">Title</a></td>
|
||||||
|
|||||||
Reference in New Issue
Block a user