fg
This commit is contained in:
parent
804bcc0d31
commit
7decd51ac2
|
|
@ -13,7 +13,7 @@
|
|||
<label class="form-label fw-bold text-muted small text-uppercase required"><?= _("Libellé (FR)") ?></label>
|
||||
<div class="input-group shadow-xs">
|
||||
<span class="input-group-text bg-white border-2 border-end-0">
|
||||
<img src="Bootstrap_new/images/new/france.png" width="16" alt="FR">
|
||||
<img src="../Bootstrap_new/images/new/france.png" width="16" alt="FR">
|
||||
</span>
|
||||
<input type="text"
|
||||
class="form-control border-2 border-start-0 majuscule fw-bold"
|
||||
|
|
@ -28,7 +28,7 @@
|
|||
<label class="form-label fw-bold text-muted small text-uppercase"><?= _("Libellé (Eng)") ?></label>
|
||||
<div class="input-group shadow-xs">
|
||||
<span class="input-group-text bg-white border-2 border-end-0">
|
||||
<img src="Bootstrap_new/images/new/england.png" width="16" alt="EN">
|
||||
<img src="../Bootstrap_new/images/new/england.png" width="16" alt="EN">
|
||||
</span>
|
||||
<input type="text"
|
||||
class="form-control border-2 border-start-0 majuscule"
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
<label class="form-label fw-bold text-muted small text-uppercase required"><?= _("Libellé (Fr)") ?></label>
|
||||
<div class="input-group shadow-xs">
|
||||
<span class="input-group-text bg-white border-2 border-end-0">
|
||||
<img src="Bootstrap_new/images/new/france.png" width="16" alt="FR">
|
||||
<img src="../Bootstrap_new/images/new/france.png" width="16" alt="FR">
|
||||
</span>
|
||||
<input type="text"
|
||||
class="form-control border-2 border-start-0 majuscule fw-bold"
|
||||
|
|
@ -27,7 +27,7 @@
|
|||
<label class="form-label fw-bold text-muted small text-uppercase"><?= _("Libellé (Eng)") ?></label>
|
||||
<div class="input-group shadow-xs">
|
||||
<span class="input-group-text bg-white border-2 border-end-0">
|
||||
<img src="Bootstrap_new/images/new/england.png" width="16" alt="EN">
|
||||
<img src="../Bootstrap_new/images/new/england.png" width="16" alt="EN">
|
||||
</span>
|
||||
<input type="text"
|
||||
class="form-control border-2 border-start-0 majuscule"
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@
|
|||
<label class="form-label fw-bold text-muted small text-uppercase required"><?= _("Libellé (Fr)") ?></label>
|
||||
<div class="input-group shadow-xs">
|
||||
<span class="input-group-text bg-white border-2 border-end-0">
|
||||
<img src="Bootstrap_new/images/new/france.png" width="16" alt="FR">
|
||||
<img src="../Bootstrap_new/images/new/france.png" width="16" alt="FR">
|
||||
</span>
|
||||
<input type="text" class="form-control border-2 border-start-0 majuscule fw-bold"
|
||||
id="libelle" name="libelle" required autocomplete="OFF"
|
||||
|
|
@ -37,7 +37,7 @@
|
|||
<label class="form-label fw-bold text-muted small text-uppercase"><?= _("Libellé (Eng)") ?></label>
|
||||
<div class="input-group shadow-xs">
|
||||
<span class="input-group-text bg-white border-2 border-end-0">
|
||||
<img src="Bootstrap_new/images/new/england.png" width="16" alt="EN">
|
||||
<img src="../Bootstrap_new/images/new/england.png" width="16" alt="EN">
|
||||
</span>
|
||||
<input type="text" class="form-control border-2 border-start-0 majuscule"
|
||||
id="libelleEng" name="libelleEng"
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@
|
|||
<label class="form-label fw-bold text-muted small text-uppercase required"><?= _("Libellé (Fr)") ?></label>
|
||||
<div class="input-group shadow-xs">
|
||||
<span class="input-group-text bg-white border-2 border-end-0">
|
||||
<img src="Bootstrap_new/images/new/france.png" width="16" alt="FR">
|
||||
<img src="../Bootstrap_new/images/new/france.png" width="16" alt="FR">
|
||||
</span>
|
||||
<input type="text"
|
||||
class="form-control border-2 border-start-0 majuscule fw-bold"
|
||||
|
|
@ -43,7 +43,7 @@
|
|||
<label class="form-label fw-bold text-muted small text-uppercase"><?= _("Libellé (Eng)") ?></label>
|
||||
<div class="input-group shadow-xs">
|
||||
<span class="input-group-text bg-white border-2 border-end-0">
|
||||
<img src="Bootstrap_new/images/new/england.png" width="16" alt="EN">
|
||||
<img src="../Bootstrap_new/images/new/england.png" width="16" alt="EN">
|
||||
</span>
|
||||
<input type="text"
|
||||
class="form-control border-2 border-start-0 majuscule"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user