From d49f73583c96d2e716a6d90e0a5abda19445ac3c Mon Sep 17 00:00:00 2001 From: Scott Idem Date: Thu, 20 Jun 2024 13:47:40 -0400 Subject: [PATCH] Now with clear search text button. --- src/routes/events_pres_mgmt/+page.svelte | 6 +- .../event/[slug]/+page.svelte | 17 +- .../session/[slug]/+page.svelte | 152 +++++++++++------- 3 files changed, 109 insertions(+), 66 deletions(-) diff --git a/src/routes/events_pres_mgmt/+page.svelte b/src/routes/events_pres_mgmt/+page.svelte index 8e226502..cb93d0d9 100644 --- a/src/routes/events_pres_mgmt/+page.svelte +++ b/src/routes/events_pres_mgmt/+page.svelte @@ -74,13 +74,13 @@ onMount(() => { {#if $ae_loc.administrator_access}

Administrator Access - Technical Support

-

Your accessing the presentation management system with "administrator" level permissions.

+

You are accessing the presentation management system with "administrator" level permissions.

{:else if $ae_loc.trusted_access}

Trusted Access - Staff

-

Your accessing the presentation management system with "trusted" level permissions.

+

You are accessing the presentation management system with "trusted" level permissions.

{:else if !$ae_loc.trusted_access}

Restricted Access

-

Your accessing to the presentation management system is limited

+

You are accessing to the presentation management system is limited

{/if} + + + + { if ($events_sess.pres_mgmt?.fulltext_search_qry_str && $events_sess.pres_mgmt.fulltext_search_qry_str.length >= 3) { $events_trigger = 'load__event_session_obj_li'; @@ -233,7 +246,7 @@ $: if ($events_trigger == 'load__event_session_obj_li' && $events_slct.event_id) + {/if} + {/await} - + {/if} + {#if ae_tmp.show__edit_poc_person} + + {:else} + + {/if} + {/if}