a
This commit is contained in:
parent
9d0884fefd
commit
a82e2b8025
|
|
@ -12,36 +12,26 @@
|
|||
<table class="table table-striped table-bordered table-hover table-condensed table-responsive " style="font-size:10pt; paddind:0px;">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td width="8%"> <?= _("Tarif") ?> </td>
|
||||
|
||||
<td>
|
||||
<SELECT onChange="ajaxfiltrefamilleactetarif();" class="form-select" id="codeTarifActe" NAME="codeTarifActe" autofocus style="font-size:10pt;">
|
||||
<?php liste_options_consultation($tarifs, $codeTarifActe , true); ?>
|
||||
</SELECT>
|
||||
</td>
|
||||
|
||||
<td align='center' width="7%" class="required"> <?= _("Famille") ?> </td>
|
||||
|
||||
<td colspan="2" width="45%" >
|
||||
<td class="required"> <?= _("Famille") ?> </td>
|
||||
<td
|
||||
<div id="listefamille">
|
||||
<SELECT class="form-select" id="codeFamilleActe" NAME="codeFamilleActe" style="font-size:10pt;" required>
|
||||
<?php liste_options($familleacte, $codeFamilleActe); ?>
|
||||
</SELECT>
|
||||
</div>
|
||||
|
||||
</td>
|
||||
|
||||
<td class="required"> <?= _("Acte") ?> </td>
|
||||
<td ><INPUT style='font-size:10pt;' class="form-control" TYPE="text" id="libelleActe" name="libelleActe" ></td>
|
||||
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="required"> <?= _("Acte") ?> </td>
|
||||
<td colspan="2" ><INPUT style='font-size:10pt;' class="form-control" TYPE="text" id="libelleActe" name="libelleActe" ></td>
|
||||
|
||||
<td align='center'> <input class="form-control btn btn-primary" type="button" value="<?= _("Rechercher dans la famille...") ?>"
|
||||
onClick="javascript:rechercher_actes_famille_param();" style="font-size:10pt;"></td>
|
||||
|
||||
<td align='center'> <input class="form-control btn btn-primary" type="button" value="<?= _("Rechercher partout...") ?>"
|
||||
onClick="javascript:rechercher_actes_famille_param_tous();" style="font-size:10pt;"></td>
|
||||
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user