From aec931c26d1cdafa26138cf0066b88511f04ce04 Mon Sep 17 00:00:00 2001 From: Yasder5 <102179445+Yasder5@users.noreply.github.com> Date: Thu, 5 Mar 2026 14:10:37 +0100 Subject: [PATCH] joli admin --- views/_partial/header.tpl | 4 +- views/admin.tpl | 176 +++++++++++++++++++++----------------- 2 files changed, 99 insertions(+), 81 deletions(-) diff --git a/views/_partial/header.tpl b/views/_partial/header.tpl index 6f60a4d..61c2094 100644 --- a/views/_partial/header.tpl +++ b/views/_partial/header.tpl @@ -90,6 +90,8 @@ + {include file="views/_partial/messages.tpl"} +
@@ -106,5 +108,3 @@
- - {include file="views/_partial/messages.tpl"} diff --git a/views/admin.tpl b/views/admin.tpl index 72418c4..df2183a 100644 --- a/views/admin.tpl +++ b/views/admin.tpl @@ -5,87 +5,105 @@ {block name="content"} -
-
-
-

Dashboard

-
- -
-
-

Gestion de l'utilsateur

-

Changer le statut ou supprimer un utilisateur

-
-
-
- -
- -
-
-
- - -
-
+
+ +
+

Dashboard

+ Connecté : {$smarty.session.user.user_name} {$smarty.session.user.user_firstname} +
+ + +
+
+ 👤 Gestion des utilisateurs +
+
+

Modifier le statut ou supprimer un compte utilisateur.

+
+
+
+ + +
+
+ + +
+
+ +
-
- -
-
-

Gestion des catégories

-
-
- -

Modifier une catégorie existante

- -
-
- - -
- - -
-
-
-
- -
-
-

Créer une nouvelle catégorie

-
- - -
-
- -
-
-
-
-
- -
+
-
Connecté avec le compte : {$smarty.session.user.user_name} {$smarty.session.user.user_firstname} -
-{/block} \ No newline at end of file + +
+ + +
+
+
+ ✏️ Modifier une catégorie +
+
+

Renommer une catégorie existante.

+
+
+ + +
+
+ + +
+ +
+
+
+
+ + +
+
+
+ ➕ Créer une catégorie +
+
+

Ajouter une nouvelle catégorie au catalogue.

+
+
+ + +
+ +
+
+
+
+ +
+ + +{/block}