issue #0000029 : Modification des libelles : PREMIER = EXPRESSE, et GOLD = DECISION
This commit is contained in:
parent
95c148db19
commit
c30156b1e0
@ -366,9 +366,9 @@ else print $user['mail']; ?>"/></div>
|
||||
<div class="fieldgrp">
|
||||
<label class="StyleInfoLib">Type d'enquête</label>
|
||||
<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€)
|
||||
<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€)
|
||||
<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€)
|
||||
<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€)
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user