22 lines
923 B
PHP
Executable File
22 lines
923 B
PHP
Executable File
|
|
<legend> <?= _("Modification facturation") ?> </legend>
|
|
|
|
<table class="table table-responsive table-condensed" style='font-size:10pt;'>
|
|
<tbody>
|
|
<tr>
|
|
<td width="6%" > <?= _("Assureur") ?> </td>
|
|
<td width="25%" > <INPUT style='font-size:10pt;' class="form-control" TYPE="text" id="souscripteur" NAME="souscripteur" value="<?=$this->nettoyer($reglement['gcassureur'])?>" readonly> </td>
|
|
|
|
<td width="10%" align='center'> Observations </td>
|
|
<td><INPUT style='font-size:10pt;' id="observations" name="observations" class="form-control" TYPE="text" value="<?=$this->nettoyer($reglement['observations'])?>" ></td>
|
|
|
|
<td> </td>
|
|
<td width="20%" > <button style='font-size:10pt;' type="button" class="form-control btn btn-primary" onclick="javascript:modifier_facturation_gc();"> <?= _("Enregistrer") ?> </button> </td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
|
|
<div id="div_test">
|
|
|
|
</div>
|