Adding config options and toggles for various things.
This commit is contained in:
@@ -189,6 +189,7 @@ $: if ($lq__event_session_obj) {
|
||||
<strong class="text-sm">Name/Title:</strong> {$lq__event_session_obj.name}
|
||||
</Element_ae_crud>
|
||||
|
||||
{#if !$lq__event_obj?.mod_pres_mgmt_json?.hide__session_code && $events_loc.pres_mgmt.show_content__session_code}
|
||||
<Element_ae_crud
|
||||
api_cfg={$ae_api}
|
||||
object_type={'event_session'}
|
||||
@@ -223,6 +224,7 @@ $: if ($lq__event_session_obj) {
|
||||
{$lq__event_session_obj.code}
|
||||
</span>
|
||||
</Element_ae_crud>
|
||||
{/if}
|
||||
</li>
|
||||
<li>
|
||||
<strong class="text-sm">Date time:</strong>
|
||||
@@ -283,8 +285,8 @@ $: if ($lq__event_session_obj) {
|
||||
</li>
|
||||
<li>
|
||||
<strong class="text-sm">Location/Room:</strong>
|
||||
<!-- {$lq__event_session_obj.event_location_id_random} -->
|
||||
{#if $ae_loc.trusted_access}
|
||||
<!-- Minimum level access to see the link here is trusted. Administrators can see even if the show launcher link is disabled. -->
|
||||
{#if $ae_loc.administrator_access || $ae_loc.trusted_access && $lq__event_obj?.mod_pres_mgmt_json?.show__launcher_link}
|
||||
<a
|
||||
href="/events_pres_mgmt/launcher/{$lq__event_session_obj.event_id_random}"
|
||||
class="text-blue-500 hover:text-blue-800 hover:underline"
|
||||
@@ -406,7 +408,9 @@ $: if ($lq__event_session_obj) {
|
||||
</Element_ae_crud>
|
||||
{/if}
|
||||
</li>
|
||||
<li>
|
||||
<li
|
||||
class:hidden={$lq__event_obj.mod_pres_mgmt_json.hide__session_poc}
|
||||
>
|
||||
<strong class="text-sm">Moderator/Champion:</strong>
|
||||
{#if $lq__event_session_obj?.poc_person_id_random}
|
||||
{#if $ae_loc.trusted_access}
|
||||
@@ -573,7 +577,7 @@ $: if ($lq__event_session_obj) {
|
||||
{#if $events_loc.auth__kv.session[$events_slct.event_session_id]}
|
||||
<span class="text-green-500">Signed In</span>
|
||||
{/if}
|
||||
{#if $ae_loc.trusted_access || !$events_loc.auth__person.id }
|
||||
{#if $lq__event_session_obj.poc_person_primary_email && ($ae_loc.trusted_access || !$events_loc.auth__person.id && $lq__event_obj?.mod_pres_mgmt_json?.show__email_access_link)}
|
||||
|
||||
<button
|
||||
type="button"
|
||||
@@ -612,7 +616,7 @@ $: if ($lq__event_session_obj) {
|
||||
|
||||
{/if}
|
||||
|
||||
{#if $ae_loc.trusted_access}
|
||||
{#if $lq__event_session_obj.poc_person_id_random && $ae_loc.trusted_access}
|
||||
<!-- A button to copy the access link to the clipboard. -->
|
||||
<!-- Example: /events_pres_mgmt/session/Wh8UnJlbIA0?person_id=fV1dl_IJ0yY&person_pass=abc123 -->
|
||||
<button
|
||||
|
||||
Reference in New Issue
Block a user