Added an info box regarding the needed user consent fixes #7

This commit is contained in:
2021-11-25 13:14:38 +01:00
parent 2717d1fd90
commit 6edf9a6d47

View File

@@ -56,6 +56,9 @@
<div id="breadcrumbs"> <div id="breadcrumbs">
<a href="index.php">Home</a>&nbsp;/&nbsp;{$list_name} <a href="index.php">Home</a>&nbsp;/&nbsp;{$list_name}
</div> </div>
<div style="width: 75%; border: 2px solid #000; margin: 0 auto 30px; text-align: center; padding: 20px; border-radius: 10px; background-color: #FFF7A4; border-color: #C1AE00;">
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.<br />This tool <strong>won't send a double opt-in message</strong> to new subscribers automatically.
</div>
{if $success eq true}<p class="success">List was successfully updated.</p>{/if} {if $success eq true}<p class="success">List was successfully updated.</p>{/if}
<form method="post" action="save_list.php" id="save_list" onsubmit="return validate_form()"> <form method="post" action="save_list.php" id="save_list" onsubmit="return validate_form()">
<div id="edit_page"> <div id="edit_page">