Import initial du projet Production
This commit is contained in:
22
Vue/Gcmodiffacturation/index.php
Executable file
22
Vue/Gcmodiffacturation/index.php
Executable file
@@ -0,0 +1,22 @@
|
||||
|
||||
<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>
|
||||
Reference in New Issue
Block a user