{* * User tab in contact profile. * There's no separate action for this template. It gets included from ContactsInfo.html * and template variables are loaded in ContactsInfoAction. *} {$email = ''} {$emails = $contact->get('email', 'value')} {if is_array($emails) && $emails} {$email = reset($emails)} {/if}
{if $personal_portal_available}
[`Available`]
{else}
[`Not available`]
{/if}
[`Customer Portal is a part of your site available for registered clients and containing their personal data. To access their customer portals your clients must log in with email and password.`]
{if $superadmin}
[`Personal portal settings`] [`in Site app`]
{/if}
[`Administrator`] [`This access level is inherited from groups. To change you must customize these group settings or group membership for this user.`]
{elseif $fullAccess && !empty($own_profile)}[`Administrator`] [`You can not revoke administrative access level for yourself. Only another Administrator can do this.`]
{else} {if !$gNoAccess} [`Can not set “No access” because some access rights are inherited from groups. To revoke access rights, customize group settings or group membership for this user.`] {/if} [`Saved`] {/if}[`Backend access rights are customized for every app separately and appear to be a combination of personal and group access rights.`]
|
|
{$app.name|escape} |
{if $app.gaccess >= 2}
[`Full access is inherited from groups.`]
{else}
{* 'Customize' link *}
{if $app.customizable}
[`Customize`]
{/if}
{* (i) icon with tooltip *}
{if $app_id == 'contacts'}
[`NOTE:`] [`Limited and Full access levels in Contacts application DO NOT allow managing user accounts and categories. These access rights are granted to Administrator only.`]
{/if}
{* Loading icon and 'Saved' message *}
[`Saved`]
{* Message to show when user tries to revoke access given by group. *}
{if $app.gaccess > 0}
[`Can not set “No access” because some access rights are inherited from groups. To revoke access rights, customize group settings or group membership for this user.`]
{/if}
{/if}
|