Adding notify/alert/message staff link to Google Form for IDAA.
This commit is contained in:
@@ -90,6 +90,7 @@ if (log_lvl) {
|
||||
<!-- {@render btn_text} -->
|
||||
<Copy
|
||||
class="inline-block mx-1 {hide_icon ? 'hidden' : '' }"
|
||||
size="1.2em"
|
||||
/>
|
||||
{btn_text}
|
||||
|
||||
|
||||
@@ -143,7 +143,7 @@ if ($idaa_slct.event_id) {
|
||||
|
||||
{#if $lq__event_obj?.attend_json?.zoom}
|
||||
<div
|
||||
class="event__attend"
|
||||
class="event__attend flex flex-row flex-wrap gap-2 items-center justify-start"
|
||||
class:ae_d_none={!$lq__event_obj?.attend_json?.zoom?.full_url}
|
||||
>
|
||||
<span class="ae_label">
|
||||
@@ -190,7 +190,7 @@ if ($idaa_slct.event_id) {
|
||||
|
||||
{:else if $lq__event_obj?.attend_json?.jitsi}
|
||||
<div
|
||||
class="event__attend"
|
||||
class="event__attend flex flex-row flex-wrap gap-2 items-center justify-start"
|
||||
class:ae_d_none={!$lq__event_obj?.attend_json?.jitsi?.full_url}
|
||||
>
|
||||
<span class="ae_label">
|
||||
@@ -380,6 +380,23 @@ if ($idaa_slct.event_id) {
|
||||
|
||||
|
||||
<div class="p-2 bg-white shadow-md rounded-lg ae_list event__contacts">
|
||||
<a
|
||||
href="https://docs.google.com/forms/d/e/1FAIpQLSe7ICzsIA6XhW3jzxtM29xuC7nx5GFQ6qvasDMQvU-9bOrSqA/viewform"
|
||||
target="_blank"
|
||||
class="
|
||||
novi_btn btn-warning novi_smaller
|
||||
float-right
|
||||
btn btn-sm
|
||||
preset-outlined-tertiary-800-200
|
||||
preset-filled-tertiary-200-800
|
||||
hover:preset-filled-secondary-600-400
|
||||
transition
|
||||
"
|
||||
title="Send a message to IDAA Staff regarding this Recovery Meeting."
|
||||
>
|
||||
<span class="fas fa-flag m-1"></span>
|
||||
Message IDAA Staff?
|
||||
</a>
|
||||
|
||||
{#if $lq__event_obj?.contact_li_json && $lq__event_obj?.contact_li_json.length && $lq__event_obj?.contact_li_json[0].full_name}
|
||||
<div class="event__contact"
|
||||
@@ -443,6 +460,8 @@ if ($idaa_slct.event_id) {
|
||||
</div>
|
||||
{/if}
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<section class="ae_section ae_meta event__meta text-sm text-gray-500 mt-4 flex flex-row gap-2 items-center justify-center">
|
||||
|
||||
@@ -230,7 +230,7 @@ function add_activity_log(
|
||||
</div>
|
||||
|
||||
<div
|
||||
class="event__attend"
|
||||
class="event__attend flex flex-row flex-wrap gap-2 items-center justify-start"
|
||||
class:ae_d_none={!idaa_event_obj?.attend_json?.zoom?.full_url}
|
||||
>
|
||||
<span class="ae_label">
|
||||
@@ -276,7 +276,7 @@ function add_activity_log(
|
||||
</div>
|
||||
|
||||
<div
|
||||
class="event__attend"
|
||||
class="event__attend flex flex-row flex-wrap gap-2 items-center justify-start"
|
||||
class:ae_d_none={!idaa_event_obj?.attend_json?.jitsi?.full_url}
|
||||
>
|
||||
<span class="ae_label">
|
||||
|
||||
Reference in New Issue
Block a user