dr
This commit is contained in:
parent
5083a1985f
commit
d69629274b
|
|
@ -17,7 +17,7 @@
|
||||||
<div class="row g-3 align-items-end">
|
<div class="row g-3 align-items-end">
|
||||||
|
|
||||||
<div class="col-md-4">
|
<div class="col-md-4">
|
||||||
<label for="codeProfil" class="form-label small fw-bold text-uppercase text-info">
|
<label for="codeProfil" class="form-label small fw-bold text-uppercase">
|
||||||
<i class="fas fa-user-tag me-1"></i> <?= _("Profil") ?>
|
<i class="fas fa-user-tag me-1"></i> <?= _("Profil") ?>
|
||||||
</label>
|
</label>
|
||||||
<select class="form-select shadow-xs border-info-subtle" id="codeProfil" name="codeProfil" onChange="ajax_menus_profil();">
|
<select class="form-select shadow-xs border-info-subtle" id="codeProfil" name="codeProfil" onChange="ajax_menus_profil();">
|
||||||
|
|
@ -26,7 +26,7 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="col-md-5">
|
<div class="col-md-5">
|
||||||
<label for="vue" class="form-label small fw-bold text-uppercase text-info">
|
<label for="vue" class="form-label small fw-bold text-uppercase">
|
||||||
<i class="fas fa-folder-open me-1"></i> <?= _("Menu Principal") ?>
|
<i class="fas fa-folder-open me-1"></i> <?= _("Menu Principal") ?>
|
||||||
</label>
|
</label>
|
||||||
<div id="div_menu">
|
<div id="div_menu">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user