mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 08:15:55 +00:00
trgm: use vector icon, replace recently read icon
This commit is contained in:
@@ -113,10 +113,9 @@ class Af_Psql_Trgm extends Plugin {
|
||||
}
|
||||
|
||||
function hook_article_button($line) {
|
||||
return "<img src=\"plugins/af_psql_trgm/button.png\"
|
||||
style=\"cursor : pointer\" style=\"cursor : pointer\"
|
||||
return "<i style=\"cursor : pointer\" class='material-icons'
|
||||
onclick=\"Plugins.Psql_Trgm.showRelated(".$line["id"].")\"
|
||||
class='tagsPic' title='".__('Show related articles')."'>";
|
||||
class='tagsPic' title='".__('Show related articles')."'>find_in_page</i>";
|
||||
}
|
||||
|
||||
function hook_prefs_tab($args) {
|
||||
|
||||
Reference in New Issue
Block a user