aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style
diff options
context:
space:
mode:
authorErik Frèrejean <erikfrerejean@phpbb.com>2011-02-03 14:36:37 +0100
committerErik Frèrejean <erikfrerejean@phpbb.com>2011-03-04 11:10:08 +0100
commit1b606133198eb1c37402bafea2e3c2c36b25d197 (patch)
tree6e1fe0a0fbefaa672ecf1d334485244f7f691795 /phpBB/adm/style
parentafae883619eb7d193b413b5599078a6f47ead408 (diff)
downloadforums-1b606133198eb1c37402bafea2e3c2c36b25d197.tar
forums-1b606133198eb1c37402bafea2e3c2c36b25d197.tar.gz
forums-1b606133198eb1c37402bafea2e3c2c36b25d197.tar.bz2
forums-1b606133198eb1c37402bafea2e3c2c36b25d197.tar.xz
forums-1b606133198eb1c37402bafea2e3c2c36b25d197.zip
[ticket/9581] Mass e-mail to banned users
Implement the suggestion made by Adam in the ticket, this will add an additional checkbox to the mass e-mail page. By checking this the mass e-mail shall also be send to banned users. By default banned users however are excluded from the mass e-mail. PHPBB3-9581
Diffstat (limited to 'phpBB/adm/style')
-rw-r--r--phpBB/adm/style/acp_email.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/phpBB/adm/style/acp_email.html b/phpBB/adm/style/acp_email.html
index 885809ffe2..ff52500dca 100644
--- a/phpBB/adm/style/acp_email.html
+++ b/phpBB/adm/style/acp_email.html
@@ -39,6 +39,10 @@
<dd><select id="priority" name="mail_priority_flag">{S_PRIORITY_OPTIONS}</select></dd>
</dl>
<dl>
+ <dt><label for="banned">{L_MAIL_BANNED}:</label><br /><span>{L_MAIL_BANNED_EXPLAIN}</span></dt>
+ <dd><input id="banned" name="mail_banned_flag" type="checkbox" class="radio" /></dd>
+</dl>
+<dl>
<dt><label for="send">{L_SEND_IMMEDIATELY}:</label></dt>
<dd><input id="send" type="checkbox" class="radio" name="send_immediately" checked="checked" /></dd>
</dl>