diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2011-10-14 00:54:11 +0200 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2011-10-28 22:55:26 +0200 |
commit | 65a34fd047f4ac1ff3638a568f44d3fe7d664d88 (patch) | |
tree | 91ec316563f8194af630990d3bc77492fa8e2d95 /phpBB/adm | |
parent | 85407986ead970b60ca75fdada9de774248c9a81 (diff) | |
download | forums-65a34fd047f4ac1ff3638a568f44d3fe7d664d88.tar forums-65a34fd047f4ac1ff3638a568f44d3fe7d664d88.tar.gz forums-65a34fd047f4ac1ff3638a568f44d3fe7d664d88.tar.bz2 forums-65a34fd047f4ac1ff3638a568f44d3fe7d664d88.tar.xz forums-65a34fd047f4ac1ff3638a568f44d3fe7d664d88.zip |
[ticket/10410] Add option to display users in their first teampage group
PHPBB3-10410
Diffstat (limited to 'phpBB/adm')
-rw-r--r-- | phpBB/adm/style/acp_groups_position.html | 7 |
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> |