a
This commit is contained in:
parent
684087ea77
commit
dd2946820f
|
|
@ -37,7 +37,6 @@
|
|||
<td> <INPUT style='font-size:10pt;' class="form-control" TYPE="text" id="adresseGeo" NAME="adresseGeo" ></td>
|
||||
|
||||
<td align="center"> <?= _("Not. Stop Loss?") ?> </td>
|
||||
|
||||
<td>
|
||||
<SELECT class="form-control" id="notificationLimiteConsommation" NAME="notificationLimiteConsommation" required>
|
||||
<?php liste_options($ouinonstoploss, "1"); ?>
|
||||
|
|
|
|||
|
|
@ -40,6 +40,14 @@
|
|||
<tr>
|
||||
<td> <?= _("Adresse Géo") ?> </td>
|
||||
<td colspan="3"><INPUT style='font-size:10pt;' class="form-control" TYPE="text" id="adresseGeo" NAME="adresseGeo" value="<?=$client['adresseGeo']?>"></td>
|
||||
|
||||
<td align="center"> <?= _("Not. Stop Loss?") ?> </td>
|
||||
<td>
|
||||
<SELECT class="form-control" id="notificationLimiteConsommation" NAME="notificationLimiteConsommation" required>
|
||||
<?php liste_options($ouinonstoploss, $client["notificationLimiteConsommation"]); ?>
|
||||
</SELECT>
|
||||
</td>
|
||||
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user