Now with ability to email license sign in link
This commit is contained in:
@@ -57,6 +57,9 @@ export let get_event_exhibit_tracking_export = async function get_event_exhibit_
|
||||
<div class="space-y-2">
|
||||
<p class="mb-4"><strong>{@html $event_exhibit_obj?.priority ? '<span class="fas fa-check text-green-500"></span> Leads license(s) marked as paid for this exhibit!' : 'The leads license have not been marked as paid yet. If you have already paid, please wait and this will be reflected here within 48 business hours.'}</strong></p>
|
||||
|
||||
<p>Exhibit name: <strong>{$events_slct.exhibit_obj.name} # {$events_slct.exhibit_obj.code}</strong></p>
|
||||
|
||||
<div class="space-y-2">
|
||||
<strong>Logged in and using license for:</strong>
|
||||
{#if $event_exhibit_obj?.license_li_json}
|
||||
<!-- <div class="flex flex-row wrap gap-1"> -->
|
||||
@@ -78,6 +81,8 @@ export let get_event_exhibit_tracking_export = async function get_event_exhibit_
|
||||
<span class="ae_label">Started:</span>
|
||||
<span class="ae_value">{ae_util.iso_datetime_formatter($events_loc.leads.auth_exhibit_kv[$events_slct.exhibit_id].updated_on, 'datetime_long')}</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Show the full_name of the person associated with that license key email address. The license information is stored in an array. The license key is not the index number value in the array. Ideally I was planning to make the key the email address, not an array index number. -->
|
||||
<button
|
||||
type="button"
|
||||
|
||||
Reference in New Issue
Block a user