Clean up of the launcher links still...
This commit is contained in:
@@ -278,15 +278,18 @@ $: if ($lq__event_session_obj) {
|
||||
|
||||
<!-- BEGIN: Legacy link -->
|
||||
{#if $ae_loc.administrator_access || $ae_loc.authenticated_access && $events_loc.pres_mgmt.show__launcher_link_legacy}
|
||||
<!-- class="text-blue-500 hover:text-blue-800 hover:underline" -->
|
||||
<a
|
||||
data-sveltekit-preload-data="false"
|
||||
href="/event/{$lq__event_session_obj?.event_id_random}/launcher/{$lq__event_session_obj?.event_location_id_random}"
|
||||
class="text-blue-500 hover:text-blue-800 hover:underline"
|
||||
class="btn btn-sm variant-glass-secondary hover:variant-filled-secondary"
|
||||
title="Launcher: {$lq__event_session_obj?.event_location_name} {$lq__event_session_obj?.event_location_id_random}"
|
||||
>
|
||||
<span class="fas fa-paper-plane"></span>
|
||||
{@html $lq__event_session_obj?.event_location_name ? $lq__event_session_obj?.event_location_name : ae_snip.html__not_set}
|
||||
</a>
|
||||
{:else}
|
||||
{@html $lq__event_session_obj.event_location_name ? $lq__event_session_obj.event_location_name : ae_snip.html__not_set}
|
||||
{/if}
|
||||
<!-- END: Legacy link -->
|
||||
|
||||
@@ -300,7 +303,7 @@ $: if ($lq__event_session_obj) {
|
||||
<!-- {@html $lq__event_session_obj.event_location_name ? $lq__event_session_obj.event_location_name : ae_snip.html__not_set} -->
|
||||
</a>
|
||||
{:else}
|
||||
{@html $lq__event_session_obj.event_location_name ? $lq__event_session_obj.event_location_name : ae_snip.html__not_set}
|
||||
<!-- {@html $lq__event_session_obj.event_location_name ? $lq__event_session_obj.event_location_name : ae_snip.html__not_set} -->
|
||||
{/if}
|
||||
|
||||
{#if $ae_loc.trusted_access && $ae_loc.edit_mode}
|
||||
|
||||
Reference in New Issue
Block a user