aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style/acp_groups.html
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2006-02-20 14:23:12 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2006-02-20 14:23:12 +0000
commit22b9a9d886431af57985d11a23f9f2ee60a6bc5a (patch)
tree73cf6f060f776bcad1608083e8530f2932a5d179 /phpBB/adm/style/acp_groups.html
parente9c5d6d26dc9a0fd28b7cb32c420ca0c1212350d (diff)
downloadforums-22b9a9d886431af57985d11a23f9f2ee60a6bc5a.tar
forums-22b9a9d886431af57985d11a23f9f2ee60a6bc5a.tar.gz
forums-22b9a9d886431af57985d11a23f9f2ee60a6bc5a.tar.bz2
forums-22b9a9d886431af57985d11a23f9f2ee60a6bc5a.tar.xz
forums-22b9a9d886431af57985d11a23f9f2ee60a6bc5a.zip
what a single character can influence actually... "leo-magic" -> gotcha
git-svn-id: file:///svn/phpbb/trunk@5565 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/adm/style/acp_groups.html')
-rw-r--r--phpBB/adm/style/acp_groups.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/adm/style/acp_groups.html b/phpBB/adm/style/acp_groups.html
index 125f39d70d..c55b51e98a 100644
--- a/phpBB/adm/style/acp_groups.html
+++ b/phpBB/adm/style/acp_groups.html
@@ -35,7 +35,7 @@
<dd>
<input name="group_type" type="radio" class="radio" id="group_type" value="{GROUP_TYPE_FREE}"{GROUP_FREE} /> {L_GROUP_OPEN} &nbsp;
<input name="group_type" type="radio" class="radio" value="{GROUP_TYPE_OPEN}"{GROUP_OPEN} /> {L_GROUP_REQUEST} &nbsp;
- <input name="group_type" type="radio" class="radio" value="{GROUP_TYPE_CLOSE}"{GROUP_CLOSED} /> {L_GROUP_CLOSED} &nbsp;
+ <input name="group_type" type="radio" class="radio" value="{GROUP_TYPE_CLOSED}"{GROUP_CLOSED} /> {L_GROUP_CLOSED} &nbsp;
<input name="group_type" type="radio" class="radio" value="{GROUP_TYPE_HIDDEN}"{GROUP_HIDDEN} /> {L_GROUP_HIDDEN}
</dd>
</dl>