menu actions operationnel

This commit is contained in:
2026-07-02 13:39:17 +00:00
parent dedf5f1964
commit 16c0c594b1
6 changed files with 892 additions and 6 deletions
+6 -6
View File
@@ -31,7 +31,7 @@ require_once __DIR__ . '/header.php';
<button type="button" class="menu-button" data-target="/php/order_gf.php">
<div class="menu-button__content">
<span class="menu-button__title">Ordre GF</span>
<span class="menu-button__text">Envoyer un ordre GF</span>
<span class="menu-button__text">Voir et modifier les ordres GF</span>
</div>
<span class="menu-button__icon">⇄</span>
</button>
@@ -39,7 +39,7 @@ require_once __DIR__ . '/header.php';
<button type="button" class="menu-button" data-target="/php/order_jfg.php">
<div class="menu-button__content">
<span class="menu-button__title">Ordre JFG</span>
<span class="menu-button__text">Envoyer un ordre JFG</span>
<span class="menu-button__text">Voir et modifier les ordres JFG</span>
</div>
<span class="menu-button__icon">↻</span>
</button>
@@ -47,7 +47,7 @@ require_once __DIR__ . '/header.php';
<button type="button" class="menu-button" data-target="/php/account_gf.php">
<div class="menu-button__content">
<span class="menu-button__title">Compte GF</span>
<span class="menu-button__text">Consulter le compte GF</span>
<span class="menu-button__text">Voir et modifier le compte GF</span>
</div>
<span class="menu-button__icon">💼</span>
</button>
@@ -55,7 +55,7 @@ require_once __DIR__ . '/header.php';
<button type="button" class="menu-button" data-target="/php/account_jfg.php">
<div class="menu-button__content">
<span class="menu-button__title">Compte JFG</span>
<span class="menu-button__text">Consulter le compte JFG</span>
<span class="menu-button__text">Voir et modifier le compte JFG</span>
</div>
<span class="menu-button__icon">📊</span>
</button>
@@ -63,7 +63,7 @@ require_once __DIR__ . '/header.php';
<button type="button" class="menu-button" data-target="/php/actions.php">
<div class="menu-button__content">
<span class="menu-button__title">Actions</span>
<span class="menu-button__text">Voir les actions et transactions</span>
<span class="menu-button__text">Créer, voir et modifier les actions</span>
</div>
<span class="menu-button__icon">⚡</span>
</button>
@@ -71,7 +71,7 @@ require_once __DIR__ . '/header.php';
<button type="button" class="menu-button" data-target="/php/csv.php">
<div class="menu-button__content">
<span class="menu-button__title">CSV</span>
<span class="menu-button__text">Importer / exporter les données</span>
<span class="menu-button__text">Importer / exporter les actions</span>
</div>
<span class="menu-button__icon">📁</span>
</button>