This commit is contained in:
2026-03-09 10:20:57 +00:00
parent 843ef38716
commit 5682f9c511
3 changed files with 14 additions and 6 deletions

View File

@@ -4,6 +4,8 @@ if(!empty($actes)) {
<ul id="element-list">
<?php
foreach($actes as $v) {
$tab = explode(" <==> ",$v["libelle"]);
if(est_anglophone()){
if (isset($tab[1]) && $tab[1] != "Guaranteed"){
$style = "background-color: red; color:white;";

View File

@@ -46,7 +46,7 @@
<td> <?= _("Acte") ?> </td>
<td colspan="3">
<div class="frmSearch">
<input id="searchInput" name="searchInput" style="font-size:11pt; padding-left: 35px;" class="form-control" type="text" placeholder="<?= _("Saisissez le nom de l'acte...") ?>" required AUTOCOMPLETE="OFF">
<input id="searchInput" name="searchInput" style="font-size:11pt; padding-left: 35px;" class="form-control" type="text" placeholder="<?= est_anglophone() ? "You can quickly find a medical act by entering its name here ..." : "Vous pouvez rapidement retrouver un acte médical en saisissant son nom ici ..." ?>" required AUTOCOMPLETE="OFF">
<div id="div_selection"></div>
</div>
</td>