aboutsummaryrefslogtreecommitdiffstats
path: root/htdocs/themes/default/views/view/search.php
blob: d568aab137b7001cf428ae8774f23004feae5d57 (plain) (blame)
1
2
3
4
5
6
7
8
9
<form action="">
    <div class="item_group searchgroup">
        <div class="item">
            <label for="search"><?php echo lang('paste_search'); ?>
            </label>
            <input type="text" name="search" value="<?php echo str_replace('"', '&quot;', $this->input->get('search')); ?>" id="search" maxlength="100" tabindex="1" />
        </div>
    </div>
</form>

© 2014-2024 Faster IT GmbH | imprint | privacy policy