forked from services/mlmmj-light-web-ecg
Slightly text change in consent notice
This commit is contained in:
@@ -66,7 +66,7 @@
|
|||||||
<div class="tooltip">
|
<div class="tooltip">
|
||||||
<img src="help.svg" width=15 height=15>
|
<img src="help.svg" width=15 height=15>
|
||||||
<span class="help_sub">
|
<span class="help_sub">
|
||||||
Please provide one email address per line.<br /><br />Please be aware that you need the user's consent to receive mails from the list <strong>before</strong> you add him to the list of subscribers. This tool won't send a double opt-in message to new subscribers.
|
Please provide one email address per line.<br /><br />Please be aware that you need the user's consent to receive mails from the list <strong>before</strong> you add him to the list of subscribers. This tool won't send a double opt-in message to new subscribers automatically.
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
| <a href="#" onclick="document.getElementById('subscribers').value = document.getElementById('subscribers').value.split('\n').sort().join('\n'); alert('Subscribers list has been sorted alphabetically.');">A-Z</a> | <a href="#" onclick="alert('Current subscribers count: ' + document.getElementById('subscribers').value.trim().split('\n').length);">Count</a>
|
| <a href="#" onclick="document.getElementById('subscribers').value = document.getElementById('subscribers').value.split('\n').sort().join('\n'); alert('Subscribers list has been sorted alphabetically.');">A-Z</a> | <a href="#" onclick="alert('Current subscribers count: ' + document.getElementById('subscribers').value.trim().split('\n').length);">Count</a>
|
||||||
|
|||||||
Reference in New Issue
Block a user