Now with clear search text button.

This commit is contained in:
Scott Idem
2024-06-20 13:47:40 -04:00
parent 8c52722408
commit d49f73583c
3 changed files with 109 additions and 66 deletions

View File

@@ -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