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}
+
+
+
+
+
+ {@html session_obj?.event_location_name ? session_obj?.event_location_name : ae_snip.html__not_set}
+
+
+
+
+
+
+
+ {@html session_obj.event_location_name ? session_obj.event_location_name : ae_snip.html__not_set}
+
+
+
+
+
+
+
+ {@html session_obj?.event_location_name ? session_obj?.event_location_name : ae_snip.html__not_set}
+
+
+
+
{#if $ae_loc.edit_mode && $ae_loc.trusted_access}
+
|