a
This commit is contained in:
parent
3c0eb30cd2
commit
1d0fb596bf
|
|
@ -427,7 +427,7 @@
|
|||
|
||||
|
||||
<td width="8%" align="center"> <?= _("Date Système") ?> </td>
|
||||
<td width="15%" ><INPUT style='font-size:8pt;' class="form-control" TYPE="text" value="<?= dateheureLang($this->nettoyer($feuillemaladie['dateSysteme']), $_SESSION['p_lang']) ?>" readonly ></td>
|
||||
<td width="15%" ><INPUT style='font-size:10pt;' class="form-control" TYPE="text" value="<?= dateheureLang($this->nettoyer($feuillemaladie['dateSysteme']), $_SESSION['p_lang']) ?>" readonly ></td>
|
||||
|
||||
<td width="7%" align="center"> <?= _("Consultation") ?> </td>
|
||||
<td width="8%" align="center" style='font-size:10pt; background-color:blue;color:white;' > <?= $feuillemaladie['numeroBonConsultation'] ?> </td>
|
||||
|
|
@ -437,10 +437,10 @@
|
|||
|
||||
<tr>
|
||||
<td> <?= _("Praticien Consultant") ?> </td>
|
||||
<td colspan="3"><INPUT style='font-size:8pt;' class="form-control" TYPE="text" value="<?= $feuillemaladie['medecinConsultation'] ?>" readonly ></td>
|
||||
<td colspan="3"><INPUT style='font-size:10pt;' class="form-control" TYPE="text" value="<?= $feuillemaladie['medecinConsultation'] ?>" readonly ></td>
|
||||
|
||||
<td align="center"> <?= _("Raison Consultation") ?> </td>
|
||||
<td><INPUT style='font-size:8pt;' class="form-control" TYPE="text" value="<?= $feuillemaladie['raisonconsultation'] ?>" readonly ></td>
|
||||
<td><INPUT style='font-size:10pt;' class="form-control" TYPE="text" value="<?= $feuillemaladie['raisonconsultation'] ?>" readonly ></td>
|
||||
|
||||
<td align="center"> <?= _("Examen") ?> </td>
|
||||
<td align="center" style='font-size:10pt; background-color:blue;color:white;'> <?= $feuillemaladie['numeroBonExamen'] ?> </td>
|
||||
|
|
@ -449,12 +449,8 @@
|
|||
</tr>
|
||||
|
||||
<tr>
|
||||
<!--
|
||||
<td > <?= _("Observation") ?> </td>
|
||||
<td colspan="5"><INPUT style='font-size:8pt;' class="form-control" TYPE="text" value="<?= $this->nettoyer($feuillemaladie['observations']) ?>" readonly ></td>
|
||||
-->
|
||||
<td align="center"> <?= _("Spécialité") ?> </td>
|
||||
<td><INPUT style='font-size:8pt;' class="form-control" TYPE="text" value="<?= $specialite ?>" readonly ></td>
|
||||
<td><INPUT style='font-size:10pt;' class="form-control" TYPE="text" value="<?= $specialite ?>" readonly ></td>
|
||||
|
||||
|
||||
<td align="center"> <?= _("Optique") ?> </td>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user