mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-01 00:29:14 +00:00
integrate silk icons by Mark James
This commit is contained in:
@@ -418,7 +418,7 @@ class Pref_Users extends Handler_Protected {
|
||||
|
||||
$onclick = "onclick='editUser($uid, event)' title='".__('Click to edit')."'";
|
||||
|
||||
print "<td $onclick>" . $line["login"] . "</td>";
|
||||
print "<td $onclick><img src='images/user.png' class='markedPic' alt=''> " . $line["login"] . "</td>";
|
||||
|
||||
if (!$line["email"]) $line["email"] = " ";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user