issue #0000029 : Modification des libelles : PREMIER = EXPRESSE, et GOLD = DECISION

This commit is contained in:
Michael RICOIS 2009-07-23 08:55:34 +00:00
parent 95c148db19
commit c30156b1e0

View File

@ -366,9 +366,9 @@ else print $user['mail']; ?>"/></div>
<div class="fieldgrp"> <div class="fieldgrp">
<label class="StyleInfoLib">Type d'enquête</label> <label class="StyleInfoLib">Type d'enquête</label>
<div class="field"> <div class="field">
<input class="noborder" type="radio" id="premier" name="InfoEnq[Type]" value="premier" <?php if($_REQUEST['InfoEnq']['Type']=='premier'){print 'checked="checked"';};?>>PREMIER (24 h - encours inférieur à 20K&euro;) <input class="noborder" type="radio" id="premier" name="InfoEnq[Type]" value="premier" <?php if($_REQUEST['InfoEnq']['Type']=='premier'){print 'checked="checked"';};?>>EXPRESSE (24 h - encours inférieur à 20K&euro;)
<br/> <br/>
<input class="noborder" type="radio" id="gold" name="InfoEnq[Type]" value="gold" <?php if($_REQUEST['InfoEnq']['Type']=='gold'){print 'checked="checked"';};?>>GOLD (72 h - encours supérieur à 20K&euro;) <input class="noborder" type="radio" id="gold" name="InfoEnq[Type]" value="gold" <?php if($_REQUEST['InfoEnq']['Type']=='gold'){print 'checked="checked"';};?>>DECISION (72 h - encours supérieur à 20K&euro;)
</div> </div>
</div> </div>