1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 15:25:59 +00:00

minor fixes to pub/mark icons etc

This commit is contained in:
Andrew Dolgov
2018-12-05 14:11:40 +03:00
parent b65d8384c2
commit cbd7328cb4
7 changed files with 42 additions and 9 deletions

View File

@@ -35,7 +35,7 @@ class Feeds extends Handler_Protected {
$reply .= "<a href=\"#\"
title=\"".__("Show as feed")."\"
onclick=\"App.displayDlg('".__("Show as feed")."','generatedFeed', '$feed_id:$is_cat:$rss_link')\">
<img src=\"images/pub_set.png\"></a>";
<i class='icon-syndicate material-icons'>rss_feed</i></a>";
$reply .= "<span id='feed_title' class='$error_class'>";