add note re criteria to email in node

and change x-red to html
This commit is contained in:
Dave Conway-Jones
2020-01-28 18:15:28 +00:00
parent a4844dc09c
commit 90a00279c0
3 changed files with 6 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
<script type="text/x-red" data-template-name="e-mail">
<script type="text/html" data-template-name="e-mail">
<div class="form-row">
<label for="node-input-name"><i class="fa fa-envelope"></i> <span data-i18n="email.label.to"></span></label>
<input type="text" id="node-input-name" placeholder="email@address.com">
@@ -103,7 +103,7 @@
</script>
<script type="text/x-red" data-template-name="e-mail in">
<script type="text/html" data-template-name="e-mail in">
<div class="form-row">
<label for="node-input-fetch"><i class="fa fa-hourglass-half"></i> <span data-i18n="email.label.getmail"></span></label>
<select type="text" id="node-input-fetch" style="width:130px;">