aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style/acp_groups.html
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2011-02-17 23:53:05 +0100
committerJoas Schilling <nickvergessen@gmx.de>2011-02-17 23:59:41 +0100
commitd9f092a18b149d62afd5ac8a1c6f7d8e7263d17b (patch)
tree30f172af3c8ec5a098c3c9169481553e361c2dbc /phpBB/adm/style/acp_groups.html
parentf908a016612c47542971d829b9aeed95db829b77 (diff)
downloadforums-d9f092a18b149d62afd5ac8a1c6f7d8e7263d17b.tar
forums-d9f092a18b149d62afd5ac8a1c6f7d8e7263d17b.tar.gz
forums-d9f092a18b149d62afd5ac8a1c6f7d8e7263d17b.tar.bz2
forums-d9f092a18b149d62afd5ac8a1c6f7d8e7263d17b.tar.xz
forums-d9f092a18b149d62afd5ac8a1c6f7d8e7263d17b.zip
[ticket/9549] Only add group to legend/teampage when the checkbox is checked.
The checkbox for the teampage was also missing from the template file. PHPBB3-9549
Diffstat (limited to 'phpBB/adm/style/acp_groups.html')
-rw-r--r--phpBB/adm/style/acp_groups.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/phpBB/adm/style/acp_groups.html b/phpBB/adm/style/acp_groups.html
index 07f7d072e8..2f812c443d 100644
--- a/phpBB/adm/style/acp_groups.html
+++ b/phpBB/adm/style/acp_groups.html
@@ -71,6 +71,10 @@
<dd><input name="group_legend" type="checkbox" value="1" class="radio" id="group_legend"{GROUP_LEGEND} /></dd>
</dl>
<dl>
+ <dt><label for="group_teampage">{L_GROUP_TEAMPAGE}:</label></dt>
+ <dd><input name="group_teampage" type="checkbox" value="1" class="radio" id="group_teampage"{GROUP_TEAMPAGE} /></dd>
+ </dl>
+ <dl>
<dt><label for="group_receive_pm">{L_GROUP_RECEIVE_PM}:</label><br /><span>{L_GROUP_RECEIVE_PM_EXPLAIN}</span></dt>
<dd><input name="group_receive_pm" type="checkbox" value="1" class="radio" id="group_receive_pm"{GROUP_RECEIVE_PM} /></dd>
</dl>