aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@phpbb.com>2011-11-01 20:04:08 +0100
committerAndreas Fischer <bantu@phpbb.com>2011-11-01 20:04:08 +0100
commit589f7ac8e4739eca623f53788342f06d5f304163 (patch)
tree0da2a425f72022a02275b402e017253eea573dfb /phpBB/adm
parent1dfb52b8052f984edd042410170a7066505e2997 (diff)
parent65a34fd047f4ac1ff3638a568f44d3fe7d664d88 (diff)
downloadforums-589f7ac8e4739eca623f53788342f06d5f304163.tar
forums-589f7ac8e4739eca623f53788342f06d5f304163.tar.gz
forums-589f7ac8e4739eca623f53788342f06d5f304163.tar.bz2
forums-589f7ac8e4739eca623f53788342f06d5f304163.tar.xz
forums-589f7ac8e4739eca623f53788342f06d5f304163.zip
Merge remote-tracking branch 'nickvergessen/ticket/10410' into develop
* nickvergessen/ticket/10410: [ticket/10410] Add option to display users in their first teampage group
Diffstat (limited to 'phpBB/adm')
-rw-r--r--phpBB/adm/style/acp_groups_position.html7
1 files changed, 4 insertions, 3 deletions
diff --git a/phpBB/adm/style/acp_groups_position.html b/phpBB/adm/style/acp_groups_position.html
index 54c1cee769..3a03573756 100644
--- a/phpBB/adm/style/acp_groups_position.html
+++ b/phpBB/adm/style/acp_groups_position.html
@@ -82,10 +82,11 @@
<fieldset>
<legend>{L_TEAMPAGE_SETTINGS}</legend>
<dl>
- <dt><label for="teampage_multiple">{L_TEAMPAGE_MULTIPLE}:</label><br /><span>{L_TEAMPAGE_MULTIPLE_EXPLAIN}</span></dt>
+ <dt><label for="teampage_multiple">{L_TEAMPAGE_MEMBERSHIPS}:</label></dt>
<dd>
- <label><input type="radio" name="teampage_multiple" class="radio" value="1"<!-- IF DISPLAY_MULTIPLE --> checked="checked"<!-- ENDIF --> /> {L_YES}</label>
- <label><input type="radio" name="teampage_multiple" class="radio" value="0"<!-- IF not DISPLAY_MULTIPLE --> checked="checked"<!-- ENDIF --> /> {L_NO}</label>
+ <label><input type="radio" name="teampage_memberships" class="radio" value="0"<!-- IF DISPLAY_MEMBERSHIPS == 0 --> checked="checked"<!-- ENDIF --> /> {L_TEAMPAGE_DISP_FIRST}</label><br />
+ <label><input type="radio" name="teampage_memberships" class="radio" value="1"<!-- IF DISPLAY_MEMBERSHIPS == 1 --> checked="checked"<!-- ENDIF --> /> {L_TEAMPAGE_DISP_DEFAULT}</label><br />
+ <label><input type="radio" name="teampage_memberships" class="radio" value="2"<!-- IF DISPLAY_MEMBERSHIPS == 2 --> checked="checked"<!-- ENDIF --> /> {L_TEAMPAGE_DISP_ALL}</label>
</dd>
</dl>
<dl>