diff --git a/ihtml/themes/breezy/management/filter.tpl b/ihtml/themes/breezy/management/filter.tpl index 8b8441a2c4f5753f4a3a08a3378f560daddb05e4..1991fa4648d9f664a0bc8229f1a79ef1bd67d74f 100644 --- a/ihtml/themes/breezy/management/filter.tpl +++ b/ihtml/themes/breezy/management/filter.tpl @@ -36,7 +36,7 @@ <hr/> <label for="SEARCH" title="{$SEARCHDESC|escape}"><img src="geticon.php?context=actions&icon=system-search&size=16" alt="Search"/> - <input class="filter_textfield" id="SEARCH" name="SEARCH" type="text" value="{$SEARCH}"/> + <input class="filter_textfield" id="SEARCH" name="SEARCH" type="search" value="{$SEARCH}"/> </label> <div> <input type="submit" name="apply" value="{t}Apply filter{/t}"/>