Improvements and fixes for 61-email component (#1075)

* 61-email: fix useTLS and its span in HTML. Removes unused code in 61-email.js. Adds description on how to test the entity

* 61-email: fix useTLS and its span in HTML. Removes unused code in 61-email.js. Adds description on how to test the entity
This commit is contained in:
Marc Vila
2024-07-04 19:16:10 +02:00
committed by GitHub
parent 35c4061748
commit 45d4fd0b08
3 changed files with 58 additions and 12 deletions

View File

@@ -70,7 +70,7 @@
</div>
<br/>
<div class="form-row node-input-useTLS">
<label for="node-input-useTLS"><i class="fa fa-lock"></i> <span data-i18n="email.label.useTLS"></label>
<label for="node-input-tls"><i class="fa fa-lock"></i> <span data-i18n="email.label.useTLS"></span></label>
<input type="checkbox" id="node-input-tls" style="display:inline-block; width:20px; vertical-align:baseline;">
<span data-i18n="email.label.rejectUnauthorised"></span>
</div>