sfg
This commit is contained in:
@@ -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;";
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user