1
0
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:
Andrew Dolgov
2013-07-10 13:09:12 +04:00
parent 0156128702
commit 2f20dd58d2
53 changed files with 61 additions and 852 deletions

View File

@@ -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"] = "&nbsp;";