mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-03-01 10:37:43 +00:00
add note re criteria to email in node
and change x-red to html
This commit is contained in:
@@ -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;">
|
||||
|
Reference in New Issue
Block a user