Page clean up. Show less by default.
This commit is contained in:
@@ -208,7 +208,11 @@ let clipboard_success = $state(false);
|
||||
});
|
||||
}}
|
||||
>
|
||||
<strong class="text-sm">Name/title:</strong> {$lq__event_session_obj.name}
|
||||
<span class="text-sm text-semibold text-neutral-800/80">Name/title:</span>
|
||||
<span class="font-semibold">
|
||||
{$lq__event_session_obj.name}
|
||||
</span>
|
||||
|
||||
</Element_ae_crud>
|
||||
{/if}
|
||||
|
||||
@@ -242,7 +246,7 @@ let clipboard_success = $state(false);
|
||||
<span class="text-sm text-gray-500 bg-yellow-100 p-1 rounded-md border border-yellow-200"
|
||||
title="Session code {$lq__event_session_obj.code}"
|
||||
>
|
||||
<strong class="text-sm">code:</strong>
|
||||
<span class="text-sm text-semibold text-neutral-800/80">code:</span>
|
||||
<span class="fas fa-barcode"></span>
|
||||
{$lq__event_session_obj.code}
|
||||
</span>
|
||||
@@ -250,7 +254,7 @@ let clipboard_success = $state(false);
|
||||
{/if}
|
||||
</li>
|
||||
<li>
|
||||
<strong class="text-sm">
|
||||
<span class="text-sm text-semibold text-neutral-800/80">
|
||||
Date
|
||||
&
|
||||
<button
|
||||
@@ -269,8 +273,8 @@ let clipboard_success = $state(false);
|
||||
>
|
||||
time
|
||||
</button>
|
||||
:</strong>
|
||||
<span class="fas fa-calendar-alt"></span>
|
||||
:</span>
|
||||
<span class="fas fa-calendar-alt text-neutral-800/80"></span>
|
||||
<Element_ae_crud
|
||||
api_cfg={$ae_api}
|
||||
object_type={'event_session'}
|
||||
@@ -283,7 +287,7 @@ let clipboard_success = $state(false);
|
||||
outline_element={false}
|
||||
show_crud={false}
|
||||
display_inline={true}
|
||||
class_li={''}
|
||||
class_li={'font-semibold'}
|
||||
on:ae_crud_updated={e => {
|
||||
console.log(`ae_crud_updated:`, e.detail);
|
||||
|
||||
@@ -327,7 +331,9 @@ let clipboard_success = $state(false);
|
||||
</Element_ae_crud>
|
||||
</li>
|
||||
<li>
|
||||
<strong class="text-sm">Location/room:</strong>
|
||||
<span class="text-sm text-semibold text-neutral-800/80">
|
||||
Location/room:
|
||||
</span>
|
||||
<!-- Minimum level access to see the link here is trusted. Administrators can see even if the show launcher link is disabled. -->
|
||||
|
||||
<!-- BEGIN: Legacy link -->
|
||||
@@ -480,7 +486,9 @@ let clipboard_success = $state(false);
|
||||
<li
|
||||
class:hidden={$events_loc.pres_mgmt?.hide__session_poc}
|
||||
>
|
||||
<strong class="text-sm">{$events_loc.pres_mgmt?.label__session_poc_name}:</strong>
|
||||
<span class="text-sm text-semibold text-neutral-800/80">
|
||||
{$events_loc.pres_mgmt?.label__session_poc_name}:
|
||||
</span>
|
||||
{#if $lq__event_session_obj?.poc_person_id}
|
||||
{#if $ae_loc.manager_access}
|
||||
<a
|
||||
@@ -813,7 +821,9 @@ let clipboard_success = $state(false);
|
||||
|
||||
{#if $ae_loc.administrator_access}
|
||||
<li>
|
||||
<strong class="text-sm">Session passcode:</strong>
|
||||
<span class="text-sm text-semibold text-neutral-800/80">
|
||||
Session passcode:
|
||||
</span>
|
||||
<span class="fas fa-key"></span>
|
||||
{@html $lq__event_session_obj.passcode ? $lq__event_session_obj.passcode : ae_snip.html__not_set}
|
||||
<Element_ae_crud
|
||||
@@ -873,9 +883,9 @@ let clipboard_success = $state(false);
|
||||
});
|
||||
}}
|
||||
>
|
||||
<strong class="text-sm">
|
||||
Session description:
|
||||
</strong>
|
||||
<span class="text-sm text-semibold text-neutral-800/80">
|
||||
Session description:
|
||||
</span>
|
||||
|
||||
{#if $lq__event_session_obj.description}
|
||||
<button
|
||||
|
||||
Reference in New Issue
Block a user