diff --git a/view/templates/admin/users.tpl b/view/templates/admin/users.tpl
index 8bbffbb7d..d2850519a 100644
--- a/view/templates/admin/users.tpl
+++ b/view/templates/admin/users.tpl
@@ -1,159 +1,179 @@
-
-
+
{{$title}} - {{$page}}
-
+
+{{if $deleted}}
+
{{$h_deleted}}
+
+
+
+ |
+ {{foreach $th_deleted as $th}}
+ {{$th}} |
+ {{/foreach}}
+
+
+
+ {{foreach $deleted as $u}}
+
+ |
+ {{$u.name}} |
+ {{$u.email}} |
+ {{$u.register_date}} |
+ {{$u.login_date}} |
+ {{$u.lastitem_date}} |
+ {{$u.deleted}} |
+
+ {{/foreach}}
+
+
+{{/if}}
+
{{$h_newuser}}
+
diff --git a/view/theme/frio/css/mod_admin.css b/view/theme/frio/css/mod_admin.css
index 76056d4a1..84a42ad6d 100644
--- a/view/theme/frio/css/mod_admin.css
+++ b/view/theme/frio/css/mod_admin.css
@@ -1,6 +1,5 @@
#admin-users.adminpage > h1 { padding: 0 15px; }
-#admin-users.adminpage .panel-collapse { margin-left: -15px; margin-right: -15px; }
#adminpage.adminpage > h1 { padding: 0 15px; }
@@ -18,5 +17,8 @@ tr.details th {
border-top: 0!important;
}
-.adminpage td > .checkbox { margin: 0; }
+.adminpage td > .checkbox,
+.adminpage th > .checkbox {
+ margin: 0;
+}
.adminpage td { word-break: break-all; }
\ No newline at end of file
diff --git a/view/theme/frio/templates/admin/users.tpl b/view/theme/frio/templates/admin/users.tpl
index a9c5f003e..71d363862 100644
--- a/view/theme/frio/templates/admin/users.tpl
+++ b/view/theme/frio/templates/admin/users.tpl
@@ -18,26 +18,31 @@
**
-->
-
-
+
- {{if $pending}}
+ {{if $pending}}
- {{else}}
+ {{else}}
{{$no_pending}}
- {{/if}}
+ {{/if}}
@@ -95,48 +90,52 @@
**
-->
-
-
+
- {{if $users}}
-
-
-
-
- |
- |
- {{foreach $th_users as $k=>$th}}
- {{if $k < 2 || $order_users == $th.1 || ($k==5 && !in_array($order_users,[$th_users.2.1, $th_users.3.1, $th_users.4.1])) }}
-
- |
+ {{/foreach}}
+
+
+ {{else}}
+
NO USERS?!?
+ {{/if}}
-
{{if $deleted}}
-
-
+
@@ -328,12 +313,12 @@
**
-->
-
-
+
@@ -342,11 +327,9 @@
{{include file="field_input.tpl" field=$newusernickname}}
{{include file="field_input.tpl" field=$newuseremail}}
-
diff --git a/view/theme/quattro/templates/admin/users.tpl b/view/theme/quattro/templates/admin/users.tpl
index bd4e63ec7..9057a53d2 100644
--- a/view/theme/quattro/templates/admin/users.tpl
+++ b/view/theme/quattro/templates/admin/users.tpl
@@ -1,77 +1,89 @@
-
-
+
{{$title}} - {{$page}}
-
+