This commit is contained in:
32
wwwroot/js/templates/app.reportDataProdEmail.handlebars
Normal file
32
wwwroot/js/templates/app.reportDataProdEmail.handlebars
Normal file
@@ -0,0 +1,32 @@
|
||||
<div>
|
||||
<form id="frm" method="post" action="index.html">
|
||||
<div class="row">
|
||||
<div class="half column">
|
||||
<h6>Note: this will fetch all support and admin email addresses</h6>
|
||||
|
||||
|
||||
<div class="form-group">
|
||||
<label for="nocontact">Include 'Do not contact' emails</label>
|
||||
<input type="checkbox" name="ckNoContact" id="ckNoContact">
|
||||
</div>
|
||||
|
||||
<fieldset>
|
||||
<legend>Products:</legend>
|
||||
<div id="cbdiv"></div>
|
||||
</fieldset>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="half column">
|
||||
|
||||
<div class="form-group">
|
||||
<label for="csvdata">Emails</label>
|
||||
<textarea id="csvdata" name="csvdata" />
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</form>
|
||||
</div>
|
||||
Reference in New Issue
Block a user