ajouter bouton ajouter utilisateur pas encore fonctionel
This commit is contained in:
@@ -94,7 +94,7 @@
|
||||
<input class="form-control form-control-dark w-100 rounded-0 border-0" type="text" placeholder="Search" aria-label="Search">
|
||||
<div class="navbar-nav">
|
||||
<div class="nav-item text-nowrap">
|
||||
<a class="nav-link px-3" id="signout" href="#">Sign out</a>
|
||||
<a class="nav-link px-3" id="signout" href="#">Deconnecté</a>
|
||||
</div>
|
||||
</div>
|
||||
</header>
|
||||
@@ -124,13 +124,8 @@
|
||||
<h1 class="h2">Utilisateurs</h1>
|
||||
<div class="btn-toolbar mb-2 mb-md-0">
|
||||
<div class="btn-group me-2">
|
||||
<button type="button" class="btn btn-sm btn-outline-secondary">Share</button>
|
||||
<button type="button" class="btn btn-sm btn-outline-secondary">Export</button>
|
||||
<button type="button" id=addUser class="btn btn-sm btn-outline-secondary">Ajouter un utilisateur</button>
|
||||
</div>
|
||||
<button type="button" class="btn btn-sm btn-outline-secondary dropdown-toggle">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-calendar align-text-bottom" aria-hidden="true"><rect x="3" y="4" width="18" height="18" rx="2" ry="2"></rect><line x1="16" y1="2" x2="16" y2="6"></line><line x1="8" y1="2" x2="8" y2="6"></line><line x1="3" y1="10" x2="21" y2="10"></line></svg>
|
||||
This week
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -164,6 +159,7 @@
|
||||
<li class="page-item" id="nextPage"> <a class="page-link" href="#">Suivant</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
</main>
|
||||
</div>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user