diff options
author | kondou <kondou@ts.unde.re> | 2013-08-29 14:26:11 +0200 |
---|---|---|
committer | kondou <kondou@ts.unde.re> | 2013-08-29 14:26:11 +0200 |
commit | 0c708be76bd7c7449779ef12e48e99d9c2cd3d82 (patch) | |
tree | e58bdf611bb96f3f73d469d9a65179dbc1f1838e /settings/templates/users.php | |
parent | e66113f50d9e39e3e370be0e714669f2917f9ccf (diff) | |
download | nextcloud-server-0c708be76bd7c7449779ef12e48e99d9c2cd3d82.tar.gz nextcloud-server-0c708be76bd7c7449779ef12e48e99d9c2cd3d82.zip |
Use defaultavatars
Diffstat (limited to 'settings/templates/users.php')
-rw-r--r-- | settings/templates/users.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/templates/users.php b/settings/templates/users.php index 32ca6e0b106..2fe0b83cf33 100644 --- a/settings/templates/users.php +++ b/settings/templates/users.php @@ -97,7 +97,7 @@ $_['subadmingroups'] = array_flip($items); <?php foreach($_["users"] as $user): ?> <tr data-uid="<?php p($user["name"]) ?>" data-displayName="<?php p($user["displayName"]) ?>"> - <td class="avatar"><img src="<?php print_unescaped(\OC_Helper::linkToRoute('core_avatar_get')); ?>/<?php p($user['name']); ?>/32"></td> + <td class="avatar"><div class="avatardiv"></div></td> <td class="name"><?php p($user["name"]); ?></td> <td class="displayName"><span><?php p($user["displayName"]); ?></span> <img class="svg action" src="<?php p(image_path('core', 'actions/rename.svg'))?>" |