Merge des modifications de controle des champs

This commit is contained in:
Michael RICOIS 2009-10-02 09:16:10 +00:00
parent b75e2489c0
commit d1ef47887c

View File

@ -26,7 +26,7 @@ if($_REQUEST['submit']){
//Info entreprise obligatoire :
if($_REQUEST['InfoEnq']['Type']==''){ $fields[] ='Choix du type d\'enquête'; $formError=TRUE;}
if($_REQUEST['InfoEnq']['PrecisionsChoix']==''){ $fields[] ='Précisions de la demande'; $formError=TRUE;}
//if($_REQUEST['InfoEnq']['PrecisionsChoix']==''){ $fields[] ='Précisions de la demande'; $formError=TRUE;}
if($_REQUEST['InfoEnq']['PrecisionsChoix']=='1'){
if($_REQUEST['InfoEnq']['Precisions']['Motif']==''){ $fields[] ='Mofif de la demande'; $formError=TRUE;}
}elseif($_REQUEST['InfoEnq']['PrecisionsChoix']=='3' || $_REQUEST['InfoEnq']['PrecisionsChoix']=='4'){
@ -34,7 +34,8 @@ if($_REQUEST['submit']){
}elseif($_REQUEST['InfoEnq']['PrecisionsChoix']=='5'){
if($_REQUEST['InfoEnq']['Precisions']['Autre']==''){ $fields[] ='Précisions de la demande'; $formError=TRUE;}
}
if($_REQUEST['InfoEnq']['Anciennete']=='' || !isset($_REQUEST['InfoEnq']['AncienneteDuree']) ){ $fields[] ='Ancienneté'; $formError=TRUE;}
//if($_REQUEST['InfoEnq']['Anciennete']=='' || !isset($_REQUEST['InfoEnq']['AncienneteDuree']) ){ $fields[] ='Ancienneté'; $formError=TRUE;}
if(isset($_REQUEST['InfoEnq']['ImpayeesChoix']) && $_REQUEST['InfoEnq']['ImpayeesChoix']=='oui' ){
if($_REQUEST['InfoEnq']['Impayees']['Montant']=='' || $_REQUEST['InfoEnq']['Impayees']['Nombre']=='' || $_REQUEST['InfoEnq']['Impayees']['Date']==''){ $fields[] ='Précisions sur les impayées'; $formError=TRUE;}
@ -301,7 +302,7 @@ if($commandeEnquete == FALSE){
<div class="fieldgrp">
<label class="StyleInfoLib">Nombre d'échéances</label>
<div class="field"><input type="text" name="InfoEnq[NbEcheances]" value="<?php print $_REQUEST['InfoEnq']['NbEcheances'];?>"/>;</div>
<div class="field"><input type="text" name="InfoEnq[NbEcheances]" value="<?php print $_REQUEST['InfoEnq']['NbEcheances'];?>"/></div>
</div>
<div class="fieldgrp">