{* $Id: users.tpl,v 1.14.2.1 2002/12/30 07:09:31 svowl Exp $ *} {if $smarty.get.usertype eq "A"} {assign var="last_location" value="Manage administrators"} {elseif $smarty.get.usertype eq "B"} {assign var="last_location" value="Manage partners"} {elseif $smarty.get.usertype eq "P"} {assign var="last_location" value="Manage providers"} {else} {assign var="last_location" value="Manage customers"} {/if} {include file="location.tpl" last_location=$last_location} {if $smarty.get.usertype eq ""} This section allows you to manage user accounts. There are 3 types of user accounts: administrators, customers and partners.
{capture name=dialog}
| Manage administrators {include file="buttons/go.tpl"} |
| Manage customers {include file="buttons/go.tpl"} |
{capture name=dialog}
{if $items_count ne ""} {$items_count} account(s) found {/if}
{if $users ne ""} {capture name=dialog} { include file="customer/main/navigation.tpl" }
{ include file="customer/main/navigation.tpl" } {/capture} {include file="dialog.tpl" title="Search results" content=$smarty.capture.dialog extra="width=100%"} {/if} {/if}