{if $sso}
Email |
{else}
User Name |
Email |
{/if}
Contact Name |
{if $sso}
Last logged in |
{else}
Date linked |
{/if}
|
|
{cycle name=row values="even,odd" assign=rowType}
{foreach from=$users.aUsers item=user}
{cycle name=row assign=rowType}
{if $sso}
{$user.email_address} |
{else}
{$user.username} |
{$user.email_address} |
{/if}
{$user.contact_name} |
{if $sso}
{$user.linked} | {* HOSTEDTODO: put last login date/time here *}
{else}
{$user.linked} |
{/if}
Permissions
Unlink
|
|
{foreachelse}
No users linked to this entity{if $linkUrl}, you can link an existing or a new user here{/if} |
|
{/foreach}
{include file=confirmation-dialog.html
id="unlink-last" linkToConfirmClass="unlink-last"
title="Unlinking user from last entity"
message="Unlinking user from last entity will cause the user to be deleted. Would you like to unlink this user?"
confirmLabel="Unlink & delete user"}
{include file=confirmation-dialog.html
id="unlink-normal" linkToConfirmClass="unlink-normal"
title="Unlinking user"
message="Are you sure you want to unlink this user?"
confirmLabel="Unlink user"}
|
{*