Correction affichage

This commit is contained in:
Michael RICOIS 2012-12-04 16:38:33 +00:00
parent 58727502d1
commit b2721a01fd

View File

@ -79,16 +79,13 @@
<h2>Enrichissements terminés</h2>
<div>
<form method="post" action="./">
<div class="fieldgrp">
<label>Client</label>
<div class="field">
<select name="idClient">
<option value="">-</option>
<?php foreach ($this->clients as $client) {?>
<option value="<?=$client->id?>"><?=$client->nom?></option>
<?php }?>
</select>
</div>
<input type="submit" name="Selection" />
</form>
</div>