Now with clear search text button.
This commit is contained in:
@@ -74,13 +74,13 @@ onMount(() => {
|
||||
|
||||
{#if $ae_loc.administrator_access}
|
||||
<h3 class="h4">Administrator Access - Technical Support</h3>
|
||||
<p>Your accessing the presentation management system with "administrator" level permissions.</p>
|
||||
<p>You are accessing the presentation management system with "administrator" level permissions.</p>
|
||||
{:else if $ae_loc.trusted_access}
|
||||
<h3 class="h4">Trusted Access - Staff</h3>
|
||||
<p>Your accessing the presentation management system with "trusted" level permissions.</p>
|
||||
<p>You are accessing the presentation management system with "trusted" level permissions.</p>
|
||||
{:else if !$ae_loc.trusted_access}
|
||||
<h3 class="h4">Restricted Access</h3>
|
||||
<p>Your accessing to the presentation management system is limited</p>
|
||||
<p>You are accessing to the presentation management system is limited</p>
|
||||
{/if}
|
||||
|
||||
<!-- <Element_data_store
|
||||
|
||||
Reference in New Issue
Block a user