diff options
| -rw-r--r-- | templates/list_content.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/list_content.tpl b/templates/list_content.tpl index fe68488..6163cd5 100644 --- a/templates/list_content.tpl +++ b/templates/list_content.tpl @@ -7,7 +7,7 @@ <div class="body"> {strip} {form class="minifind" legend='find in entries' method="get" action="`$smarty.server.SCRIPT_NAME`?`$hidden|@http_build_query`"} - {biticon ipackage="icons" iname="edit-find" iexplain="Search"} + {booticon iname="icon-search" ipackage="icons" iexplain="Search"} <input type="text" name="tags" value="{$smarty.request.tags|default:"Search Content by Tags"|escape}" {if $prompt}onclick="if (this.value == '{$prompt}') this.value = '';"{/if}/> <input type="submit" name="search" value="{tr}Find{/tr}" /> {if $smarty.request.find} |
