d
This commit is contained in:
parent
a540c2656c
commit
b3878fb514
|
|
@ -23,6 +23,7 @@
|
||||||
|
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
|
<!--
|
||||||
<tr>
|
<tr>
|
||||||
<td> <?= _("Famille Actes") ?> </td>
|
<td> <?= _("Famille Actes") ?> </td>
|
||||||
<td colspan="3">
|
<td colspan="3">
|
||||||
|
|
@ -32,7 +33,7 @@
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<!--
|
|
||||||
<tr>
|
<tr>
|
||||||
<td> <?= _("Acte") ?> </td>
|
<td> <?= _("Acte") ?> </td>
|
||||||
<td colspan="3">
|
<td colspan="3">
|
||||||
|
|
@ -40,7 +41,17 @@
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</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>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user