aboutsummaryrefslogtreecommitdiffstats
path: root/htdocs/themes/default/views/view/search.php
blob: 67dcc57f5a8e1202b0376c72e1a38337d337944e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
<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
$search = $this->input->get('search');
echo $search ? str_replace('"', '&quot;', $search) : '';
?>" id="search" maxlength="100" tabindex="1" />
        </div>
    </div>
</form>

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