mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-15 22:26:00 +00:00
allow converting global search results into labels
This commit is contained in:
@@ -2656,7 +2656,7 @@
|
||||
<a href=\"#\" onclick=\"catchupCurrentFeed()\">Feed</a>";
|
||||
print "</td>";
|
||||
|
||||
if ($search && $feed_id > 0 && get_pref($link, 'ENABLE_LABELS') && GLOBAL_ENABLE_LABELS) {
|
||||
if ($search && $feed_id >= 0 && get_pref($link, 'ENABLE_LABELS') && GLOBAL_ENABLE_LABELS) {
|
||||
print "<td class=\"headlineActions$rtl_cpart\">
|
||||
<a href=\"javascript:labelFromSearch('$search', '$search_mode',
|
||||
'$match_on', '$feed_id', '$is_cat');\">
|
||||
|
||||
Reference in New Issue
Block a user