This commit is contained in:
KONE SOREL 2026-03-09 08:25:41 +00:00
parent 9415653623
commit 810edcfea7

View File

@ -27,7 +27,7 @@
<tr> <tr>
<td> <?= _("Famille Actes") ?> </td> <td> <?= _("Famille Actes") ?> </td>
<td colspan="3"> <td colspan="3">
<SELECT class="form-control" id="codeFamilleActe" NAME="codeFamilleActe" required onChange="ajaxactespossibles_selection();" style='font-size:10pt;' > <SELECT class="form-control" id="codeFamilleActe" NAME="codeFamilleActe" required onChange="ajaxactespossibles_selection();" style='font-size:10pt;' autofocus>
<?php liste_options($familleacte,""); ?> <?php liste_options($familleacte,""); ?>
</SELECT> </SELECT>
</td> </td>
@ -46,7 +46,7 @@
<td> <?= _("Acte") ?> </td> <td> <?= _("Acte") ?> </td>
<td colspan="3"> <td colspan="3">
<div class="frmSearch"> <div class="frmSearch">
<input id="searchInput" name="searchInput" style="font-size:11pt; padding-left: 35px;" class="form-control" type="text" placeholder="<?= _("Saisissez le nom de l'acte...") ?>" autofocus required AUTOCOMPLETE="OFF"> <input id="searchInput" name="searchInput" style="font-size:11pt; padding-left: 35px;" class="form-control" type="text" placeholder="<?= _("Saisissez le nom de l'acte...") ?>" required AUTOCOMPLETE="OFF">
<div id="div_selection"></div> <div id="div_selection"></div>
</div> </div>
</td> </td>
@ -109,7 +109,7 @@
</div> </div>
</div> </div>
<div id="div_prestations" class="col-xs-12" > <div id="div_prestations" class="col-xs-8" >
<table class="table table-striped table-bordered table-hover table-condensed table-responsive" style="font-size:7pt;"> <table class="table table-striped table-bordered table-hover table-condensed table-responsive" style="font-size:7pt;">
<thead> <thead>
<tr> <tr>