a
This commit is contained in:
parent
b905739ae0
commit
4eaaa87e3e
|
|
@ -96,5 +96,5 @@
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
|
|
||||||
<?php if($avisHospitalisation=='1' && $idProformaHospitalisation=="0" && $facture=="0"): ?>
|
<?php if($avisHospitalisation=='1' && $idProformaHospitalisation=="0" && $facture=="0"): ?>
|
||||||
<input type="button" value="<?= ("Poursuivre Hospitalisation")?>" onClick="javascript:attribution_chambre();">
|
<input class="form-control btn btn-primary" type="button" value="<?= ("Poursuivre Hospitalisation")?>" onClick="javascript:attribution_chambre();">
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
|
|
|
||||||
|
|
@ -399,24 +399,6 @@
|
||||||
|
|
||||||
<table class="table table-responsive table-condensed" style='font-size:9pt;' >
|
<table class="table table-responsive table-condensed" style='font-size:9pt;' >
|
||||||
<tbody>
|
<tbody>
|
||||||
<!--
|
|
||||||
<tr>
|
|
||||||
<td width="5%" > <?= _("Souscripteur") ?> </td>
|
|
||||||
<td width="20%">
|
|
||||||
<INPUT style='text-align:center; font-size:11pt;' class="form-control" TYPE="text" id="nomClient" name="nomClient"
|
|
||||||
value="<?= $_SESSION['p_nomClient_C'] ?>" onChange="" readonly >
|
|
||||||
</td>
|
|
||||||
|
|
||||||
<td width="5%" align="center" > <?= _("Adhérent") ?> </td>
|
|
||||||
<td width="20%" > <INPUT class="form-control" TYPE="text" value="<?= $_SESSION['p_adherent_C']; ?>" readonly style="text-align: center; font-size:9pt;" > </td>
|
|
||||||
|
|
||||||
<td width="5%" align="center"> <?= _("Patient") ?> </td>
|
|
||||||
<td width="25%"> <INPUT class="form-control" TYPE="text" value="<?= $_SESSION['p_beneficiaire_C']; ?>" readonly style='font-size:9pt;'> </td>
|
|
||||||
|
|
||||||
<td width="7%" align="center"> <?= _("Tél Patient") ?> </td>
|
|
||||||
<td width="13%"> <INPUT class="form-control" TYPE="text" value="<?= $_SESSION['p_telephonePortableBeneficiaire_C']; ?>" readonly style='font-size:9pt;'> </td>
|
|
||||||
</tr>
|
|
||||||
-->
|
|
||||||
<tr>
|
<tr>
|
||||||
<td colspan="8">
|
<td colspan="8">
|
||||||
<INPUT style='font-size:12pt; font-weight: bold; background-color:#f5deb3 !important; color:#a0522d; text-align:center;' class="form-control" TYPE="text" id="nomClient" name="nomClient"
|
<INPUT style='font-size:12pt; font-weight: bold; background-color:#f5deb3 !important; color:#a0522d; text-align:center;' class="form-control" TYPE="text" id="nomClient" name="nomClient"
|
||||||
|
|
|
||||||
|
|
@ -897,7 +897,6 @@
|
||||||
<?php else: ?>
|
<?php else: ?>
|
||||||
<script src="Js/datepicker-fr.js"></script>
|
<script src="Js/datepicker-fr.js"></script>
|
||||||
<?php endif; ?> -->
|
<?php endif; ?> -->
|
||||||
|
|
||||||
|
|
||||||
<?php if (est_anglophone()) : ?>
|
<?php if (est_anglophone()) : ?>
|
||||||
<script src="Js/datepicker-eng.js"></script>
|
<script src="Js/datepicker-eng.js"></script>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user