d
This commit is contained in:
parent
a540c2656c
commit
b3878fb514
|
|
@ -23,6 +23,7 @@
|
|||
|
||||
</tr>
|
||||
|
||||
<!--
|
||||
<tr>
|
||||
<td> <?= _("Famille Actes") ?> </td>
|
||||
<td colspan="3">
|
||||
|
|
@ -32,7 +33,7 @@
|
|||
</td>
|
||||
</tr>
|
||||
|
||||
<!--
|
||||
|
||||
<tr>
|
||||
<td> <?= _("Acte") ?> </td>
|
||||
<td colspan="3">
|
||||
|
|
@ -40,7 +41,17 @@
|
|||
</td>
|
||||
</tr>
|
||||
-->
|
||||
|
||||
|
||||
<tr>
|
||||
<td> <?= _("Acte") ?> </td>
|
||||
<td >
|
||||
<div class="frmSearch" style="position: relative;">
|
||||
<input id="searchInput" name="searchInput" style="font-size:11pt; padding-left: 35px;" class="form-control" type="text" placeholder="<?= _("Rechercher un acte...") ?>" autofocus required AUTOCOMPLETE="OFF">
|
||||
<i class="fas fa-search" style="position: absolute; left: 12px; top: 50%; transform: translateY(-50%); color: #999;"></i>
|
||||
<div id="div_selection"></div>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user