1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-22 05:25:27 +00:00

add icons to accordion panels in preferences

fix typo in pref-prefs closing panel tag
This commit is contained in:
Andrew Dolgov
2018-12-06 08:56:28 +03:00
parent 7d5be47a2e
commit 814e49f8f7
17 changed files with 60 additions and 19 deletions

View File

@@ -32,7 +32,8 @@ class Mail extends Plugin {
function hook_prefs_tab($args) {
if ($args != "prefPrefs") return;
print "<div dojoType=\"dijit.layout.AccordionPane\" title=\"".__('Mail plugin')."\">";
print "<div dojoType=\"dijit.layout.AccordionPane\"
title=\"<i class='material-icons'>mail</i> ".__('Mail plugin')."\">";
print "<p>" . __("You can set predefined email addressed here (comma-separated list):") . "</p>";