{$LABEL.lbl_users}
{if $smarty.session.admin_info.id eq 1}
{assign var=admin_add_allowed value=true}
{else}
{assign var=admin_add_allowed value=false}
{/if}
{if fn_check_admin_rights('users', 'add_customer')}
{assign var=customer_add_allowed value=true}
{else}
{assign var=customer_add_allowed value=false}
{/if}
{if $admin_add_allowed and $customer_add_allowed}
{$LABEL.lbl_add}
{elseif $admin_add_allowed}
{$LABEL.lbl_add}
{elseif $customer_add_allowed}
{$LABEL.lbl_add}
{/if}
{$LABEL.help_users}
{include file="common/table_sort_field.html" pager=$users_pager field="first_name" label=$LABEL.lbl_first_name} | {include file="common/table_sort_field.html" pager=$users_pager field="company_name" label=$LABEL.lbl_company} | {include file="common/table_sort_field.html" pager=$users_pager field="email" label=$LABEL.lbl_email} | {include file="common/table_sort_field.html" pager=$users_pager field="city" label=$LABEL.lbl_city} | {include file="common/table_sort_field.html" pager=$users_pager field="add_date" label=$LABEL.lbl_add_date} | {$LABEL.lbl_actions} | {if $all_users}|
---|---|---|---|---|---|---|
![]() |