mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-15 23:35:56 +00:00
filter editor: add button to rescore all feeds
This commit is contained in:
@@ -228,6 +228,13 @@
|
||||
id=\"create_filter_btn\"
|
||||
value=\"".__('Create filter')."\">";
|
||||
|
||||
print " ";
|
||||
|
||||
print "<input type=\"submit\"
|
||||
class=\"button\"
|
||||
onclick=\"rescore_all_feeds()\"
|
||||
value=\"".__('Rescore articles')."\">";
|
||||
|
||||
$result = db_query($link, "SELECT
|
||||
ttrss_filters.id AS id,reg_exp,
|
||||
ttrss_filter_types.name AS filter_type_name,
|
||||
|
||||
Reference in New Issue
Block a user