OpenXE/www/pages/content/lesezeichen.tpl
2021-05-21 08:49:41 +02:00

22 lines
326 B
Smarty

<script>
$(document).ready(function() {
$('#vorgaenge').dataTable( {"bJQueryUI": false,"bPaginate":false,"bFilter": false,"bInfo": false });
} );
</script>
<table width="100%" id="vorgaenge">
<thead>
<tr>
<th>Bezeichnung</th>
<th></th>
</tr>
</thead>
<tbody>
[VORGAENGE]
</tbody>
</table>