summaryrefslogtreecommitdiffstats
path: root/settings/templates/users/part.userlist.php
diff options
context:
space:
mode:
authorgiorgia <g.sambrotta@gmail.com>2017-03-01 21:09:03 +0100
committergiorgia <g.sambrotta@gmail.com>2017-03-03 14:46:06 +0100
commitabc48f9e91fc117c8f6d0fcf7849ffca9489248b (patch)
tree225a69e3a6567338b9cb1dce21df78cabefff31f /settings/templates/users/part.userlist.php
parent53a484ede6b0211f42c6e0cdb85916ae5e034611 (diff)
downloadnextcloud-server-abc48f9e91fc117c8f6d0fcf7849ffca9489248b.tar.gz
nextcloud-server-abc48f9e91fc117c8f6d0fcf7849ffca9489248b.zip
add emptycontent div, show/hide emptycontent div, fix #1070
Signed-off-by: giorgia <g.sambrotta@gmail.com>
Diffstat (limited to 'settings/templates/users/part.userlist.php')
-rw-r--r--settings/templates/users/part.userlist.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/settings/templates/users/part.userlist.php b/settings/templates/users/part.userlist.php
index 4cf395ff62d..12adbb9f30a 100644
--- a/settings/templates/users/part.userlist.php
+++ b/settings/templates/users/part.userlist.php
@@ -67,3 +67,8 @@
</tr>
</tbody>
</table>
+
+<div class="emptycontent" style="display:none">
+ <div class="icon-search"></div>
+ <h2><?php p($l->t("No user found for '"));?><strong></strong>' </h2>
+</div>