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

some more icon styling updates + user control panel

This commit is contained in:
Andrew Dolgov
2018-12-05 16:58:00 +03:00
parent f3e6e12d46
commit 8c5c762a85
8 changed files with 9 additions and 16 deletions

View File

@@ -422,7 +422,7 @@ class Pref_Users extends Handler_Protected {
print "<td align='center'><input onclick='Tables.onRowChecked(this); event.stopPropagation();'
dojoType=\"dijit.form.CheckBox\" type=\"checkbox\"></td>";
print "<td title='".__('Click to edit')."'><img src='images/user.png' class='marked-pic' alt=''> " . $line["login"] . "</td>";
print "<td title='".__('Click to edit')."'><i class='material-icons'>portrait</i> " . $line["login"] . "</td>";
print "<td>" . $access_level_names[$line["access_level"]] . "</td>";
print "<td>" . $line["num_feeds"] . "</td>";