diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2008-09-23 13:03:33 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2008-09-23 13:03:33 +0000 |
commit | 4a3db854b7d0ce56f3a3033f1dcc9f5baa0af8f9 (patch) | |
tree | 10eb27f3a8968d49a52d0a4d487ab4717a88cda2 /phpBB/adm/style | |
parent | 38afbf6759744fc541c71b5af07b500555e3e3b7 (diff) | |
download | forums-4a3db854b7d0ce56f3a3033f1dcc9f5baa0af8f9.tar forums-4a3db854b7d0ce56f3a3033f1dcc9f5baa0af8f9.tar.gz forums-4a3db854b7d0ce56f3a3033f1dcc9f5baa0af8f9.tar.bz2 forums-4a3db854b7d0ce56f3a3033f1dcc9f5baa0af8f9.tar.xz forums-4a3db854b7d0ce56f3a3033f1dcc9f5baa0af8f9.zip |
- Added 'max_recipients' setting for private messages. This setting allows admins to define the maximum number of recipients per private message with a board-wide setting and a group-specific setting.
- Added new permission setting for sending private messages to groups. Now there are two permissions to define sending private messages to multiple recipients and private messages to groups.
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8911 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/adm/style')
-rw-r--r-- | phpBB/adm/style/acp_groups.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/phpBB/adm/style/acp_groups.html b/phpBB/adm/style/acp_groups.html index c90a075f9e..5df8a16a39 100644 --- a/phpBB/adm/style/acp_groups.html +++ b/phpBB/adm/style/acp_groups.html @@ -75,6 +75,10 @@ <dd><input name="group_message_limit" type="text" id="group_message_limit" maxlength="4" size="4" value="{GROUP_MESSAGE_LIMIT}" /></dd> </dl> <dl> + <dt><label for="group_max_recipients">{L_GROUP_MAX_RECIPIENTS}:</label><br /><span>{L_GROUP_MAX_RECIPIENTS_EXPLAIN}</span></dt> + <dd><input name="group_max_recipients" type="text" id="group_max_recipients" maxlength="10" size="4" value="{GROUP_MAX_RECIPIENTS}" /></dd> + </dl> + <dl> <dt><label for="group_colour">{L_GROUP_COLOR}:</label><br /><span>{L_GROUP_COLOR_EXPLAIN}</span></dt> <dd><input name="group_colour" type="text" id="group_colour" value="{GROUP_COLOUR}" size="6" maxlength="6" /> <span>[ <a href="{U_SWATCH}" onclick="popup(this.href, 636, 150, '_swatch'); return false">{L_COLOUR_SWATCH}</a> ]</span></dd> </dl> |