Files
P42_UI/app/views/comms/mailings/sheet/dialogs/MailingImportDialog.html
T
2025-08-27 07:03:09 +00:00

24 lines
875 B
HTML

<style>
.import-dialog{ width: 50vw; }
</style>
<div class="import-dialog">
<section class="import">
<label>Drop or select your Excel file...</label>
<div eicfileupload class="browseBtn"></div>
<article eiccard eiccard>
<section>
<div class="cols-2 switches">
Remove duplicates
<input eicinput type="toggler" name="removeDups" primary="" labelleft="no" labelright="yes" xsmall="" value="yes" aria-enabled="true" classOff="greyed" class="remove-dups"/>
</div>
</section>
</article>
<article eiccard eiccard collapsable collapsed hidden class="report">
<header><span large class="report-title"></span></header>
<section class="report-details">
</section>
</article>
</section>
</div>