This is just a good clean point of development. Still a lot of work though!
This commit is contained in:
@@ -92,7 +92,7 @@ export let get_event_exhibit_tracking_export = async function get_event_exhibit_
|
||||
</div>
|
||||
|
||||
{:else if $events_loc?.leads.auth_exhibit_kv[$events_slct.exhibit_id]}
|
||||
<div class="variant-soft-warning">You are logged in using the shared passcode for the exhibit. You will want to select a license to fully use this lead retrieval service. Please go to the Main tab and select a license to use.</div>
|
||||
<div class="border border-slate-500/10 p-2 variant-soft-warning">You are logged in using the shared passcode for the exhibit. You will want to select a license to fully use this lead retrieval service. Please go to the Main tab and select a license to use.</div>
|
||||
|
||||
<button
|
||||
type="button"
|
||||
@@ -107,7 +107,7 @@ export let get_event_exhibit_tracking_export = async function get_event_exhibit_
|
||||
Log Out
|
||||
</button>
|
||||
{:else}
|
||||
<div class="variant-soft-warning">Please go to the Main tab to login using the shared staff passcode for this exhibit. Then select a license to use.</div>
|
||||
<div class="border border-slate-500/10 p-2 variant-soft-warning">Please go to the Main tab to login using the shared staff passcode for this exhibit. Then select a license to use.</div>
|
||||
{/if}
|
||||
|
||||
|
||||
@@ -121,7 +121,7 @@ export let get_event_exhibit_tracking_export = async function get_event_exhibit_
|
||||
Export Data
|
||||
</h2>
|
||||
|
||||
<p>Use this to export the leads data for this exhibit to an Excel file format. The data can be downloaded at anytime using the export button below. The data exported to exhibitors will likely be these fields: given/first name, family/last name, professional title, affiliations, email, city, state/province, country. The exact fields exported sometimes changes slightly from meeting to meeting.</p>
|
||||
<p class="border border-slate-500/10 p-2 variant-soft-secondary">Use this to export the leads data for this exhibit to an Excel file format. The data can be downloaded at anytime using the export button below. The data exported to exhibitors will likely be these fields: given/first name, family/last name, professional title, affiliations, email, city, state/province, country. The exact fields exported sometimes changes slightly from meeting to meeting.</p>
|
||||
<button
|
||||
type="button"
|
||||
on:click={() => {
|
||||
|
||||
Reference in New Issue
Block a user