22 lines
888 B
PHP
Executable File
22 lines
888 B
PHP
Executable File
|
|
<legend> <?= _("Confirmation nouvelle 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($gc['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" ></td>
|
|
|
|
<td> </td>
|
|
<td width="20%" > <button style='font-size:10pt;' type="button" class="form-control btn btn-primary" onclick="javascript:confirmer_new_facturation_gc();"> <?= _("Confirmer nouvelle facture") ?> </button> </td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
|
|
<div id="div_test">
|
|
|
|
</div>
|