diff options
| author | spiderr <spider@viovio.com> | 2013-04-02 17:40:43 -0400 |
|---|---|---|
| committer | spiderr <spider@viovio.com> | 2013-04-02 17:40:43 -0400 |
| commit | f13e69a9cc8aeabdf5a07ad6032e89e8c0cb5d80 (patch) | |
| tree | acebf651bf5737ec61c873b6d4fbc800fdeef804 /templates/center_list_generic.tpl | |
| parent | 68b50d6793a12cf1594fdcb4745dfdb6f9be0827 (diff) | |
| download | liberty-f13e69a9cc8aeabdf5a07ad6032e89e8c0cb5d80.tar.gz liberty-f13e69a9cc8aeabdf5a07ad6032e89e8c0cb5d80.tar.bz2 liberty-f13e69a9cc8aeabdf5a07ad6032e89e8c0cb5d80.zip | |
convert lots of biticon to booticon
Diffstat (limited to 'templates/center_list_generic.tpl')
| -rw-r--r-- | templates/center_list_generic.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/center_list_generic.tpl b/templates/center_list_generic.tpl index 97d5d8c..7c31c0d 100644 --- a/templates/center_list_generic.tpl +++ b/templates/center_list_generic.tpl @@ -11,7 +11,7 @@ <div class="body"> {form class="minifind" legend="find in entries"} <input type="hidden" name="sort_mode" value="{$sort_mode}" /> - {biticon ipackage="icons" iname="edit-find" iexplain="Search"} + {booticon iname="icon-search" ipackage="icons" iexplain="Search"} <label>{tr}Title{/tr}: <input size="16" type="text" name="find_title" value="{$find_title|default:$smarty.request.find_title|escape}" /></label> <label>{tr}Author{/tr}: <input size="10" type="text" name="find_author" value="{$find_author|default:$smarty.request.find_author|escape}" /></label> <label>{tr}Last Editor{/tr}: <input size="10" type="text" name="find_last_editor" value="{$find_last_editor|default:$smarty.request.find_last_editor|escape}" /></label> |
