a
This commit is contained in:
parent
d6119ef3f8
commit
627de367f9
|
|
@ -219,29 +219,29 @@
|
|||
<input class="form-control" style="text-align: center; font-size: 14pt;font-weight: bold;" type="text" value="<?= _("Détail Proforma")?>" readonly > </td>
|
||||
</div>
|
||||
|
||||
<?php if($demandeTraite == "0"): ?>
|
||||
|
||||
<div id="div_attente"></div>
|
||||
|
||||
<table class="table table-responsive table-condensed" style='font-size:12pt;'>
|
||||
<tbody>
|
||||
<tr><td colspan="8" height='10'> </td></tr>
|
||||
<tr>
|
||||
<td colspan="5" align="center" width="75%">
|
||||
<div class="frmSearch" style="position: relative;">
|
||||
<input id="searchInput" name="searchInput" style="font-size:11pt; padding-left: 35px;" class="form-control" type="text" placeholder="<?= _("Effectuer une recherche d'un acte médical ou d'un examen...") ?>" autofocus required AUTOCOMPLETE="OFF">
|
||||
<i class="fas fa-search" style="position: absolute; left: 12px; top: 50%; transform: translateY(-50%); color: #999;"></i>
|
||||
<div id="div_selection"></div>
|
||||
</div>
|
||||
</td>
|
||||
<td width="2%"></td>
|
||||
<td colspan="2" align="center">
|
||||
<button type="button" class="form-control btn btn-info" data-bs-toggle="modal" data-bs-target="#popAjouteConsommable" style='position: relative; font-size:12pt; height: 45px;'> <?= _("Ajouter un consommable...") ?> </button>
|
||||
</td>
|
||||
<tr>
|
||||
<tr><td colspan="8" height='10'> </td></tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<?php if($demandeTraite == "0"): ?>
|
||||
<div id="div_attente"></div>
|
||||
<?php if($codeReponseEntentePrealable <= " "): ?>
|
||||
<table class="table table-responsive table-condensed" style='font-size:12pt;'>
|
||||
<tbody>
|
||||
<tr><td colspan="8" height='10'> </td></tr>
|
||||
<tr>
|
||||
<td colspan="5" align="center" width="75%">
|
||||
<div class="frmSearch" style="position: relative;">
|
||||
a <input id="searchInput" name="searchInput" style="font-size:11pt; padding-left: 35px;" class="form-control" type="text" placeholder="<?= _("Effectuer une recherche d'un acte médical ou d'un examen...") ?>" autofocus required AUTOCOMPLETE="OFF">
|
||||
<i class="fas fa-search" style="position: absolute; left: 12px; top: 50%; transform: translateY(-50%); color: #999;"></i>
|
||||
<div id="div_selection"></div>
|
||||
</div>
|
||||
</td>
|
||||
<td width="2%"></td>
|
||||
<td colspan="2" align="center">
|
||||
<button type="button" class="form-control btn btn-info" data-bs-toggle="modal" data-bs-target="#popAjouteConsommable" style='position: relative; font-size:12pt; height: 45px;'> <?= _("Ajouter un consommable...") ?> </button>
|
||||
</td>
|
||||
<tr>
|
||||
<tr><td colspan="8" height='10'> </td></tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<?php endif; ?>
|
||||
<?php endif; ?>
|
||||
|
||||
<div id="div_prestations" class="col-12" >
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user