a
This commit is contained in:
parent
035e0d05f6
commit
6218db86c3
|
|
@ -68,8 +68,15 @@
|
|||
<td> <?= _("Tél Portable") ?> </td>
|
||||
<td><INPUT style='font-size:10pt;' class="form-control" TYPE="tel" id="telephonePortable" NAME="telephonePortable" value="<?=$client['telephonePortable']?>" readonly></td>
|
||||
|
||||
<td align="center">Fax</td>
|
||||
<td><INPUT style='font-size:10pt;' class="form-control" TYPE="tel" id="fax" NAME="fax" value="<?=$client['fax']?>" readonly></td>
|
||||
<td align="center"> <?= _("Not. Stop Loss?") ?> </td>
|
||||
<td>
|
||||
<?php if ($client['notificationLimiteConsommation']=="1"): ?>
|
||||
<INPUT class="form-control" TYPE="text" value="<?= _("Oui") ?>" readonly>
|
||||
<?php else: ?>
|
||||
<INPUT class="form-control" TYPE="text" value="<?= _("Non") ?>" readonly>
|
||||
<?php endif; ?>
|
||||
</td>
|
||||
|
||||
|
||||
</tr>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user