Style clean up
This commit is contained in:
@@ -192,12 +192,15 @@ function handle_update_event_exhibit_staff_passcode(exhibit_id, reset_passcode)
|
|||||||
|
|
||||||
class="flex flex-col items-center border border-slate-500/10 p-2">
|
class="flex flex-col items-center border border-slate-500/10 p-2">
|
||||||
<!-- <h2>Exhibitor Lead Retrieval</h2> -->
|
<!-- <h2>Exhibitor Lead Retrieval</h2> -->
|
||||||
<div>Select your exhibit booth from the list and enter passcode you were given. If it is correct you will be taken to the page for your exhibit.</div>
|
<!-- <div class="">Select your exhibit booth from the list and enter passcode you were given. If it is correct you will be taken to the page for your exhibit.</div> -->
|
||||||
|
<div class="m-2">Select your exhibit booth from the list and enter passcode you were given. If it is correct you will be taken to the page for your exhibit.</div>
|
||||||
|
|
||||||
<div class="m-2">
|
<div class="m-2">
|
||||||
<label for="exhibit_list" class="label">
|
<label for="exhibit_list" class="label">
|
||||||
<!-- <span class="label">Exhibit List:</span> -->
|
<!-- <span class="label">Exhibit List:</span> -->
|
||||||
|
|
||||||
<select
|
<select
|
||||||
|
id="exhibit_list"
|
||||||
bind:value={$events_slct.exhibit_obj}
|
bind:value={$events_slct.exhibit_obj}
|
||||||
class="select w-96"
|
class="select w-96"
|
||||||
placeholder="Select your exhibit booth"
|
placeholder="Select your exhibit booth"
|
||||||
@@ -217,7 +220,7 @@ function handle_update_event_exhibit_staff_passcode(exhibit_id, reset_passcode)
|
|||||||
<input
|
<input
|
||||||
type="number"
|
type="number"
|
||||||
bind:value={$events_sess.leads.entered_passcode}
|
bind:value={$events_sess.leads.entered_passcode}
|
||||||
class="input w-40 m-1"
|
class="input w-44 m-1"
|
||||||
placeholder="Exhibit passcode"
|
placeholder="Exhibit passcode"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
|
|||||||
@@ -787,7 +787,6 @@ function send_init_confirm_email({index, lic_key, lic_pass}) {
|
|||||||
}
|
}
|
||||||
// send_init_confirm_email({ index: index, lic_key: license.email, lic_pass: license.passcode});
|
// send_init_confirm_email({ index: index, lic_key: license.email, lic_pass: license.passcode});
|
||||||
}}
|
}}
|
||||||
disabled={!$ae_loc.trusted_access && 2==4}
|
|
||||||
class="btn btn-sm text-sm variant-soft-secondary"
|
class="btn btn-sm text-sm variant-soft-secondary"
|
||||||
title={`Send an email with the license login link to ${license.email}`}
|
title={`Send an email with the license login link to ${license.email}`}
|
||||||
>
|
>
|
||||||
|
|||||||
Reference in New Issue
Block a user