Encodage caractères HTML
This commit is contained in:
parent
78f7258a41
commit
93173aeee2
@ -72,7 +72,7 @@ else
|
||||
<option value="greffe-bilans"<?=($type=='greffe-bilans')? ' selected':'';?>>
|
||||
Comptes annuels</option>
|
||||
<option value="greffe-actes"<?=($type=='greffe-actes')? ' selected':'';?>>
|
||||
Actes & Statuts</option>
|
||||
Actes & Statuts</option>
|
||||
<!--
|
||||
<option value="pieces-kbis">Kbis</option>
|
||||
<option value="pieces-priv">Privilèges</option>
|
||||
@ -88,7 +88,7 @@ Actes & Statuts</option>
|
||||
<option value="greffe-bilans"<?=($type=='greffe-bilans')? ' selected':'';?>>
|
||||
comptes annuels</option>
|
||||
<option value="greffe-actes"<?=($type=='greffe-actes')? ' selected':'';?>>
|
||||
actes & statuts</option>
|
||||
actes & statuts</option>
|
||||
<option value="greffe-kbis"<?=($type=='greffe-kbis')? ' selected':'';?>>
|
||||
Kbis</option>
|
||||
<!--
|
||||
@ -130,7 +130,7 @@ if ( hasModeEdition() ){
|
||||
<select name="typeCommande">
|
||||
<option value="-">-</option>
|
||||
<option value="G"<?=($typeCommande=='G')? ' selected':'';?>>courrier infogreffe</option>
|
||||
<option value="C"<?=($typeCommande=='C')? ' selected':'';?>>courrier S&D</option>
|
||||
<option value="C"<?=($typeCommande=='C')? ' selected':'';?>>courrier S&D</option>
|
||||
<option value="E"<?=($typeCommande=='E')? ' selected':'';?>>e-mail</option>
|
||||
</select>
|
||||
<?php
|
||||
|
Loading…
x
Reference in New Issue
Block a user