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:
@@ -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 |
Reference in New Issue
Block a user