mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-20 04:31:28 +00:00
prefs: small usability improvements, feed panel allows searching for category
This commit is contained in:
@@ -1157,6 +1157,7 @@
|
||||
|
||||
if ($feed_search) {
|
||||
$search_qpart = "(UPPER(F1.title) LIKE UPPER('%$feed_search%') OR
|
||||
UPPER(C1.title) LIKE UPPER('%$feed_search%') OR
|
||||
UPPER(F1.feed_url) LIKE UPPER('%$feed_search%')) AND";
|
||||
} else {
|
||||
$search_qpart = "";
|
||||
@@ -1406,6 +1407,17 @@
|
||||
}
|
||||
|
||||
print "</select>";
|
||||
} else {
|
||||
|
||||
print "<p>";
|
||||
|
||||
if (!$feed_search) {
|
||||
print_warning(__("You don't have any subscribed feeds."));
|
||||
} else {
|
||||
print_warning(__('No matching feeds found.'));
|
||||
}
|
||||
print "</p>";
|
||||
|
||||
}
|
||||
|
||||
print "<h3>".__('OPML')."</h3>
|
||||
|
||||
Reference in New Issue
Block a user