From 65848c0fe0e7766720bea60c8fa0663b91007c00 Mon Sep 17 00:00:00 2001 From: xdrm-brackets Date: Mon, 18 Jul 2016 16:53:01 +0200 Subject: [PATCH] minmod --- manager/view/machine/groups.php | 3 +-- manager/view/user/groups.php | 5 ++--- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/manager/view/machine/groups.php b/manager/view/machine/groups.php index f8b0999..ea38bcd 100644 --- a/manager/view/machine/groups.php +++ b/manager/view/machine/groups.php @@ -92,8 +92,7 @@ $CLUSTERLIST, [ 'icon_remove' => file_get_contents( __ROOT__.'/src/static/sub-menu-side/remove.svg' ), 'icon_edit' => file_get_contents( __ROOT__.'/src/static/sub-menu-side/edit.svg' ), - 'icon_card' => file_get_contents( __ROOT__.'/src/static/container/card.svg' ), - 'icon_mail' => file_get_contents( __ROOT__.'/src/static/container/mail.svg' ), + 'icon_type' => file_get_contents( __ROOT__.'/src/static/menu-side/device.svg' ), 'icon_group' => file_get_contents( __ROOT__.'/src/static/container/group.svg' ), ]); diff --git a/manager/view/user/groups.php b/manager/view/user/groups.php index 8215a7b..8c8511a 100644 --- a/manager/view/user/groups.php +++ b/manager/view/user/groups.php @@ -28,7 +28,7 @@ @icon_type - utilisateurs (@count) + @count utilisateurs @@ -92,8 +92,7 @@ $CLUSTERLIST, [ 'icon_remove' => file_get_contents( __ROOT__.'/src/static/sub-menu-side/remove.svg' ), 'icon_edit' => file_get_contents( __ROOT__.'/src/static/sub-menu-side/edit.svg' ), - 'icon_card' => file_get_contents( __ROOT__.'/src/static/container/card.svg' ), - 'icon_mail' => file_get_contents( __ROOT__.'/src/static/container/mail.svg' ), + 'icon_type' => file_get_contents( __ROOT__.'/src/static/menu-side/users.svg' ), 'icon_group' => file_get_contents( __ROOT__.'/src/static/container/group.svg' ), ]);