fix : chaine de langue
This commit is contained in:
parent
fc61829f75
commit
21f61c5137
1 changed files with 2 additions and 2 deletions
|
@ -12,11 +12,11 @@
|
|||
#SET{name,charger_modalbox}
|
||||
#SET{erreurs,#ENV**{erreurs}|table_valeur{#GET{name}}}
|
||||
<div class="editer editer_[(#GET{name})][ (#GET{obli})][ (#GET{erreurs}|oui)erreur]">
|
||||
<label>Charger js</label>
|
||||
<label>Charger js pour lancer .modalbox</label>
|
||||
<div class="choix">
|
||||
<input type="checkbox" class="checkbox" name="#GET{name}" id="#GET{name}_1" value="oui" [(#ENV{#GET{name}}|=={oui}|oui) checked] >
|
||||
<label for="#GET{name}_1">Oui</label>
|
||||
<p class="explication">Si un lien à la classe .modalbox, appelle un sq dans content</p>
|
||||
<p class="explication">Si un lien à la classe .modalbox, ouvre l'url dans une modale</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue