This commit is contained in:
KANE LAZENI 2026-03-07 04:22:06 +00:00
parent d883699311
commit ec6a913d63
2 changed files with 2 additions and 2 deletions

View File

@ -38,7 +38,7 @@
<td align="center"> <?= _("Not. Stop Loss?") ?> </td>
<td>
<SELECT class="form-control" id="notificationLimiteConsommation" NAME="notificationLimiteConsommation" required>
<SELECT style='font-size:10pt;' class="form-control" id="notificationLimiteConsommation" NAME="notificationLimiteConsommation" required>
<?php liste_options($ouinonstoploss, "1", true); ?>
</SELECT>
</td>

View File

@ -43,7 +43,7 @@
<td align="center"> <?= _("Not. Stop Loss?") ?> </td>
<td>
<SELECT class="form-control" id="notificationLimiteConsommation" NAME="notificationLimiteConsommation" required>
<SELECT style='font-size:10pt;' class="form-control" id="notificationLimiteConsommation" NAME="notificationLimiteConsommation" required>
<?php liste_options($ouinonstoploss, $client["notificationLimiteConsommation"], true); ?>
</SELECT>
</td>