aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style
diff options
context:
space:
mode:
authorOleg Pudeyev <oleg@bsdpower.com>2011-04-10 11:58:29 -0400
committerOleg Pudeyev <oleg@bsdpower.com>2011-04-10 11:58:29 -0400
commitd3b5df2548446c76e94e41837abc8b5a8d034b42 (patch)
tree0d4689df3fb430c72b6160322720af08006fc4b3 /phpBB/adm/style
parentc910ce1cc6763bd31e7be6548f86b5c571c725c5 (diff)
parent83ca7305444e09180f0cee0352c4426bb72b793f (diff)
downloadforums-d3b5df2548446c76e94e41837abc8b5a8d034b42.tar
forums-d3b5df2548446c76e94e41837abc8b5a8d034b42.tar.gz
forums-d3b5df2548446c76e94e41837abc8b5a8d034b42.tar.bz2
forums-d3b5df2548446c76e94e41837abc8b5a8d034b42.tar.xz
forums-d3b5df2548446c76e94e41837abc8b5a8d034b42.zip
Merge branch 'ticket/erikfrerejean/9581' into develop-olympus
* ticket/erikfrerejean/9581: [ticket/9581] Fix missing index [ticket/9581] Slightly tweaked queries [ticket/9581] Make banlist table select optional [ticket/9581] Mass e-mail to banned users
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>