diff --git a/src/routes/events/[event_id]/session/[session_id]/session_view.svelte b/src/routes/events/[event_id]/session/[session_id]/session_view.svelte index 33aaea5b..2db8e4a0 100644 --- a/src/routes/events/[event_id]/session/[session_id]/session_view.svelte +++ b/src/routes/events/[event_id]/session/[session_id]/session_view.svelte @@ -378,37 +378,51 @@ let clipboard_success = $state(false); - - {#if $ae_loc.administrator_access || $ae_loc.authenticated_access && !$events_loc.pres_mgmt.hide__launcher_link_legacy} - - - - {@html $lq__event_session_obj?.event_location_name ? $lq__event_session_obj?.event_location_name : ae_snip.html__not_set} - - {:else} - {@html $lq__event_session_obj.event_location_name ? $lq__event_session_obj.event_location_name : ae_snip.html__not_set} + {#if $events_loc.pres_mgmt?.hide__launcher_link_legacy && $events_loc.pres_mgmt?.hide__launcher_link && !$ae_loc.edit_mode} + + {$lq__event_session_obj?.event_location_name ?? '-- not set --'} + {/if} - - {#if $ae_loc.manager_access || $ae_loc.trusted_access && !$events_loc.pres_mgmt.hide__launcher_link} - - - - - {:else} - - {/if} + + + + {@html $lq__event_session_obj?.event_location_name ? $lq__event_session_obj?.event_location_name : ae_snip.html__not_set} + + + + + + + + + + + + + {#if $ae_loc.trusted_access && $ae_loc.edit_mode} diff --git a/src/routes/events/ae_comp__event_session_obj_li.svelte b/src/routes/events/ae_comp__event_session_obj_li.svelte index f2df8d27..13cfcea2 100644 --- a/src/routes/events/ae_comp__event_session_obj_li.svelte +++ b/src/routes/events/ae_comp__event_session_obj_li.svelte @@ -163,7 +163,7 @@ let trigger_reload_session_id: string = $state(''); sm:btn-sm md:btn-md " - title="{session_obj?.name} - {session_obj?.event_session_id_random}" + title={`Code = ${session_obj?.code}\n${session_obj?.name}\nID = ${session_obj?.event_session_id}\nDay = ${ae_util.iso_datetime_formatter(session_obj?.start_datetime,'dddd')}\nStart = ${ae_util.iso_datetime_formatter(session_obj?.start_datetime,'time_12_short')}\nEnd = ${ae_util.iso_datetime_formatter(session_obj?.end_datetime,'time_12_short')}\nLocation = ${session_obj?.event_location_name}`} > @@ -242,50 +242,59 @@ let trigger_reload_session_id: string = $state(''); + + - - {#if hide__launcher_link_legacy && hide__launcher_link} + {session_obj?.event_location_name ?? '-- not set --'} - {/if} - {#if !hide__launcher_link_legacy} - - - {@html session_obj?.event_location_name ? session_obj?.event_location_name : ae_snip.html__not_set} - - {/if} - + - {#if !hide__launcher_link} - - - {@html session_obj?.event_location_name ? session_obj?.event_location_name : ae_snip.html__not_set} - - {:else} - - {/if} - {#if !hide__location_link} - - - - - {/if} + + + + + + + + + + + + + + + + + + + + {#if $ae_loc.edit_mode && $ae_loc.trusted_access} +