aboutsummaryrefslogtreecommitdiff
path: root/app/views/shared/info_search.php
blob: 008d549dd534bb305691519374d514a001c2b551 (plain)
1
2
3
4
5
6
7
8
9
10
11
<form id="info_search" action="<?= $action ?>" method="post" role="search">
    <script>
        var submitInfoSearch = function () {
            jQuery('#info_search').submit();
        };
    </script>
    <?= $search ?>
    <? if ($reset) : ?>
    <a href="<?= $reset ?>"><?= Icon::create('refresh', 'clickable', ['title' => _('Suche zurücksetzen')])->asImg(); ?></a>
    <? endif; ?>
</form>