1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 20:35:55 +00:00

plugins: note,shared - move to iconfont

This commit is contained in:
Andrew Dolgov
2018-12-05 22:19:46 +03:00
parent cd57fd33cc
commit 9703162f57
11 changed files with 25 additions and 18 deletions

View File

@@ -22,10 +22,8 @@ class Note extends Plugin {
function hook_article_button($line) {
return "<img src=\"plugins/note/note.png\"
style=\"cursor : pointer\" style=\"cursor : pointer\"
onclick=\"Plugins.Note.edit(".$line["id"].")\"
class='tagsPic' title='".__('Edit article note')."'>";
return "<i class='material-icons' onclick=\"Plugins.Note.edit(".$line["id"].")\"
style='cursor : pointer' title='".__('Edit article note')."'>note_add</i>";
}
function edit() {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 500 B