df
This commit is contained in:
parent
a57486a0af
commit
2bc1060080
|
|
@ -92304,7 +92304,10 @@ function initDataTableReference(selector, exportTitle = 'Export_Donnees', defaul
|
|||
|
||||
function ajouter_utilisateur_gc()
|
||||
{
|
||||
|
||||
window.location.assign($("#racineWeb" ).val()+"Creerusergc/");
|
||||
|
||||
}
|
||||
|
||||
function nouveau_produit()
|
||||
{
|
||||
window.location.assign($("#racineWeb" ).val()+"Nouveauproduit/");
|
||||
}
|
||||
|
|
@ -11,8 +11,8 @@
|
|||
<i class="fas fa-box-open fs-4"></i>
|
||||
</div>
|
||||
<div>
|
||||
<h4 id="titre-page" class="mb-0 fw-bold text-uppercase"><?= _("Gestion des Produits") ?></h4>
|
||||
<p class="text-muted small mb-0"><?= _("Catalogue des produits d'assurance par garant") ?></p>
|
||||
<h4 id="titre-page" class="mb-0 fw-bold text-uppercase"><?= _("Gestion Produits Santé") ?></h4>
|
||||
<p class="text-muted small mb-0"><?= _("Catalogue des produits par garant") ?></p>
|
||||
</div>
|
||||
</div>
|
||||
<button class="btn btn-primary rounded-pill px-4 fw-bold shadow-sm btn-sm" onclick="nouveau_produit();">
|
||||
|
|
@ -26,13 +26,13 @@
|
|||
<div class="card border-0 shadow-sm mb-4">
|
||||
<div class="card-body p-3 bg-primary-ghost-light">
|
||||
<div class="row align-items-center g-3">
|
||||
<div class="col-md-2 text-md-end">
|
||||
<div class="col-md-1 text-md-end">
|
||||
<label class="form-label mb-md-0 fw-bold text-uppercase small text-muted"><?= _("Garant") ?> :</label>
|
||||
</div>
|
||||
<div class="col-md-6">
|
||||
<div class="col-md-11">
|
||||
<div class="input-group">
|
||||
<span class="input-group-text bg-white border-end-0"><i class="fas fa-shield-alt text-primary"></i></span>
|
||||
<select class="form-control selectpicker border-start-0" data-live-search="true" id="codeGcAssureur" name="codeGcAssureur" onchange="filtretabproduit();" autofocus>
|
||||
<select class="form-control selectpicker border-start-0 w-100" data-live-search="true" id="codeGcAssureur" name="codeGcAssureur" onchange="filtretabproduit();" autofocus>
|
||||
<?php liste_options($garant, $_SESSION['garant']); ?>
|
||||
</select>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user