a
This commit is contained in:
parent
b43a080694
commit
397c923b28
|
|
@ -9,6 +9,7 @@
|
|||
$saturationOxygene = is_array($constantes)? $this->nettoyer($constantes['saturationOxygene']):"";
|
||||
?>
|
||||
|
||||
<!--
|
||||
<div class="modal fade" id="div_constante_beneficiaire" role="dialog" data-backdrop="static" data-keyboard="false" >
|
||||
<div class="modal-dialog modal-lg">
|
||||
<div class="modal-content">
|
||||
|
|
@ -167,5 +168,27 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
-->
|
||||
|
||||
<div class="modal fade" id="div_constante_beneficiaire" name="div_constante_beneficiaire" role="dialog" data-backdrop="static" data-keyboard="false" >
|
||||
<div class="modal-dialog modal-lg">
|
||||
<div class="modal-content">
|
||||
|
||||
<div class="modal-header">
|
||||
<button type="button" class="close" data-bs-dismiss="modal"> <?= _("Fermer") ?> </button>
|
||||
<h4 class="modal-title"><?= _("Prise des constantes hémodynamiques") ?></h4>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="modal-body">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<div class="modal-footer">
|
||||
<button id="btn_close_constante" name="btn_close_constante" type="button" class="btn btn-default" data-bs-dismiss="modal" > <?= _("Fermer") ?> </button>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -884,7 +884,7 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div class="modal fade" id="div_constante_beneficiaire" role="dialog" data-backdrop="static" data-keyboard="false" >
|
||||
<div class="modal fade" id="div_constante_beneficiaire" name="div_constante_beneficiaire" role="dialog" data-backdrop="static" data-keyboard="false" >
|
||||
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user