This commit is contained in:
2024-10-04 17:14:30 +02:00
parent ea074f0629
commit c547ce3368
7 changed files with 5 additions and 5 deletions

View File

@@ -11,7 +11,7 @@
<!-- Conteneur principal -->
<div class="w3-container">
<header class="w3-bar w3-light-grey w3-padding">
<a href="manager_gestion_portefeuilles.html" class="w3-bar-item w3-button w3-left w3-border w3-border-black w3-round-xlarge w3-margin-bottom">Retour</a>
<a href="index.html" class="w3-bar-item w3-button w3-left w3-border w3-border-black w3-round-xlarge w3-margin-bottom">Retour</a>
<h2 class="w3-bar-item w3-display-topmiddle">Information du portefeuille</h2>
</header>

View File

@@ -22,7 +22,7 @@
<div class="w3-container">
<header class="w3-bar w3-light-grey w3-padding">
<nav class="w3-left" style="display: flex; flex-direction: column;">
<button class="w3-bar-item w3-button w3-border w3-border-black w3-round-xlarge w3-margin-bottom" onclick="location.href='manager_gestion_portefeuilles.html'">Profil</button>
<button class="w3-bar-item w3-button w3-border w3-border-black w3-round-xlarge w3-margin-bottom" onclick="location.href='index.html'">Profil</button>
<button class="w3-button w3-yellow w3-border w3-border-black w3-round-xlarge w3-margin-bottom">Accès des employés</button>
<button class="w3-button w3-border w3-border-black w3-round-xlarge w3-margin-bottom" onclick="location.href='manager_creation_portefeuille.html'">Créer des portefeuilles</button>
</nav>

View File

@@ -11,7 +11,7 @@
<!-- Conteneur principal -->
<div class="w3-container">
<header class="w3-bar w3-light-grey w3-padding">
<a href="responsable_portefeuilles.html" class="w3-bar-item w3-button w3-left w3-border w3-border-black w3-round-xlarge w3-margin-bottom">Retour</a>
<a href="index.html" class="w3-bar-item w3-button w3-left w3-border w3-border-black w3-round-xlarge w3-margin-bottom">Retour</a>
<h2 class="w3-bar-item w3-display-topmiddle">Information du portefeuille</h2>
</header>

View File

@@ -16,7 +16,7 @@
<!-- Conteneur principal -->
<div class="w3-container">
<header class="w3-bar w3-light-grey w3-padding">
<button class="w3-bar-item w3-button w3-left w3-border w3-border-black w3-round-xlarge w3-margin-bottom" onclick="location.href='client_portefeuilles.html'">Retour</button>
<button class="w3-bar-item w3-button w3-left w3-border w3-border-black w3-round-xlarge w3-margin-bottom" onclick="location.href='index.html'">Retour</button>
<h2 class="w3-bar-item w3-display-topmiddle">Information des clients</h2>
</header>
@@ -55,7 +55,7 @@
<div id="confirmModal" class="w3-modal">
<div class="w3-modal-content w3-round-xlarge w3-animate-top w3-card">
<header class="w3-container w3-red">
<button class="w3-button w3-display-topright w3-round-xlarge" onclick="location.href='client_portefeuilles.html'">Fermer le pop-up</button>
<button class="w3-button w3-display-topright w3-round-xlarge" onclick="location.href='index.html'">Fermer le pop-up</button>
</header>
<div class="w3-container w3-center">
<p>Changement de vos données : accorder</p>