forked from services/mlmmj-light-web-ecg
This commit is contained in:
@@ -69,6 +69,7 @@
|
|||||||
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.
|
||||||
</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>
|
||||||
</div>
|
</div>
|
||||||
<div id="subscribers_body">
|
<div id="subscribers_body">
|
||||||
<textarea name="subscribers" id="subscribers">{$subscribers}</textarea>
|
<textarea name="subscribers" id="subscribers">{$subscribers}</textarea>
|
||||||
@@ -112,6 +113,7 @@
|
|||||||
In case of a moderated list the messages will be send to these recipients before they get published to the list.<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 moderators. This tool won't send a double opt-in message to new moderators.
|
In case of a moderated list the messages will be send to these recipients before they get published to the list.<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 moderators. This tool won't send a double opt-in message to new moderators.
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
|
| <a href="#" onclick="document.getElementById('moderators').value = document.getElementById('moderators').value.split('\n').sort().join('\n'); alert('Moderators list has been sorted alphabetically.');">A-Z</a> | <a href="#" onclick="alert('Current moderators count: ' + document.getElementById('moderators').value.trim().split('\n').length);">Count</a>
|
||||||
</div>
|
</div>
|
||||||
<div id="moderators_body">
|
<div id="moderators_body">
|
||||||
<textarea name="moderators" id="moderators">{$moderators}</textarea>
|
<textarea name="moderators" id="moderators">{$moderators}</textarea>
|
||||||
|
|||||||
Reference in New Issue
Block a user