{* $Id: userlist.tpl 1895 2006-06-07 11:28:24Z zeke $ *} {include file="profiles_pages/profiles_scripts.tpl"}
{capture name="mainbox"} {include file="profiles_pages/user_search.tpl" target="profiles" mode="userlist" action="search"} {if $smarty.get.user_type == 'A'} {$lang.text_list_of_admin_accounts} {elseif $smarty.get.user_type == 'C'} {$lang.text_list_of_customer_accounts} {elseif $action != 'search'} {$lang.text_list_of_all_accounts} {/if}{if 'manage_users'|fn_check_privileges:true} {include file="buttons/button.tpl" but_text=$lang.create_account but_href="$index_script?$target_name=profiles&$mode_name=add&user_type=`$smarty.get.user_type`" action_but="action_"} {/if} {/capture} {include file="common_templates/mainbox.tpl" title=$lang.users content=$smarty.capture.mainbox}