Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 3120 → Rev 3163

/trunk/widget/modules/saisie2/Saisie2.php
161,6 → 161,14
$retour[] = $html;
}
break;
case "text" :
$valeurs = split(";", $champ['valeur']);
$html = '<label for="'.$champ['cle'].'" class="col-sm-3" >'.$champ['label'].'</label>'.
'<div class="input-group col-sm-8">'.
'<input id="'.$champ['cle'].'" name="'.$champ['cle'].'" class="form-control" type="text"/>
</div>';
$retour[] = $html;
break;
default :
//$this->verifierChampsCachés();
break;