summaryrefslogtreecommitdiffstats
path: root/template/admin/html/user/item.php
diff options
context:
space:
mode:
Diffstat (limited to 'template/admin/html/user/item.php')
-rw-r--r--template/admin/html/user/item.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/template/admin/html/user/item.php b/template/admin/html/user/item.php
index 6cb9e7a..1575bf7 100644
--- a/template/admin/html/user/item.php
+++ b/template/admin/html/user/item.php
@@ -1,4 +1,4 @@
-<li class="item-list-li user">
+<article class="item">
<header>
<h2><i class="fa fa-user"></i><?=escapeHTML($USER['ATTR']['FULLNAME'])?><span>#<?=$USER['ATTR']['ID']?></span></h2>
<div>
@@ -24,4 +24,4 @@
<li><a href="<?=Application::getAdminURL("user/delete.php?id={$USER['ATTR']['ID']}")?>" title="<?=$Language->text('delete_user')?>"><i class="fa fa-trash-o"></i></a></li>
</ul>
</footer>
-</li> \ No newline at end of file
+</article> \ No newline at end of file