a
This commit is contained in:
parent
4e600ed375
commit
981a9115c1
|
|
@ -80,30 +80,30 @@
|
|||
?>
|
||||
|
||||
<?php if($codeReponseProvisoire=='2'): ?>
|
||||
<tr valign="top" style="background-color: yellow;">
|
||||
<tr valign="top" style="background-color: yellow;">
|
||||
<?php elseif($codeReponseProvisoire=='1'): ?>
|
||||
<tr valign="top" style="background-color: #00ff00;">
|
||||
<tr valign="top" style="background-color: #00ff00;">
|
||||
<?php elseif($codeReponseProvisoire=='9'): ?>
|
||||
<tr valign="top" style="background-color: red;color:white;">
|
||||
<tr valign="top" style="background-color: red;color:white;">
|
||||
<?php else: ?>
|
||||
<tr valign="top">
|
||||
<tr valign="top">
|
||||
<?php endif; ?>
|
||||
|
||||
<td align='center'><?= $this->nettoyer($v['libelleActe']) ?></td>
|
||||
<td align='center'> <?= $this->nettoyer($v['garantie']) ?></td>
|
||||
|
||||
<?php if ($demandeTraite=="0"): ?>
|
||||
<td align="center" >
|
||||
<input style="color:blue;" type="button" value="<?= _("Accepter") ?>" onClick="javascript:traiter_un_provisoire_act_exam(<?= $idExamen ?>,'1');">
|
||||
</td>
|
||||
<td align="center" >
|
||||
<input style="color:blue;" type="button" value="<?= _("Accepter") ?>" onClick="javascript:traiter_un_provisoire_act_exam(<?= $idExamen ?>,'1');">
|
||||
</td>
|
||||
|
||||
<td align="center">
|
||||
<input style="color:red;" type="button" value="<?= _("Refuser") ?>" onClick="javascript:traiter_un_provisoire_act_exam(<?= $idExamen ?>,'9');">
|
||||
</td>
|
||||
|
||||
<td align="center">
|
||||
<input type="button" value="<?= _("Reinitialiser") ?>" onClick="javascript:traiter_un_provisoire_act_exam(<?= $idExamen ?>,'2');">
|
||||
</td>
|
||||
<td align="center">
|
||||
<input style="color:red;" type="button" value="<?= _("Refuser") ?>" onClick="javascript:traiter_un_provisoire_act_exam(<?= $idExamen ?>,'9');">
|
||||
</td>
|
||||
|
||||
<td align="center">
|
||||
<input type="button" value="<?= _("Reinitialiser") ?>" onClick="javascript:traiter_un_provisoire_act_exam(<?= $idExamen ?>,'2');">
|
||||
</td>
|
||||
<?php endif; ?>
|
||||
<td align='center'><?= $this->nettoyer($v['reponsentEnteprealable']) ?></td>
|
||||
</tr>
|
||||
|
|
|
|||
|
|
@ -10,8 +10,9 @@
|
|||
|
||||
<h3><li><a href="javascript:consulter_une_factures();"> <?= _("Consulter une Facture") ?> </a></li></h3>
|
||||
|
||||
<h3><li><a href="javascript:actes_article_52();"> <?= _("Liste des actes sous article 52") ?> </a></li></h3>
|
||||
|
||||
<h3><li><a href="javascript:delais_reponse_entente();"> <?= _("Délais de réponse des Ententes préalables") ?> </a></li></h3>
|
||||
<?php if($_SESSION['codeSociete'] == "icr"): ?>
|
||||
<h3><li><a href="javascript:actes_article_52();"> <?= _("Liste des actes sous article 52") ?> </a></li></h3>
|
||||
<h3><li><a href="javascript:delais_reponse_entente();"> <?= _("Délais de réponse des Ententes préalables") ?> </a></li></h3>
|
||||
<?php endif; ?>
|
||||
</ul>
|
||||
</div>
|
||||
Loading…
Reference in New Issue
Block a user