aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style/acp_groups.html
diff options
context:
space:
mode:
authorDavid M <davidmj@users.sourceforge.net>2006-01-14 02:51:53 +0000
committerDavid M <davidmj@users.sourceforge.net>2006-01-14 02:51:53 +0000
commit538f06f84941a7a0cc804e96fe5c46e149133ba5 (patch)
tree871c7a87dbe91392f0a581c2452fbf630fd19358 /phpBB/adm/style/acp_groups.html
parent426657014529dd30bddd30794e160a09240fcf5f (diff)
downloadforums-538f06f84941a7a0cc804e96fe5c46e149133ba5.tar
forums-538f06f84941a7a0cc804e96fe5c46e149133ba5.tar.gz
forums-538f06f84941a7a0cc804e96fe5c46e149133ba5.tar.bz2
forums-538f06f84941a7a0cc804e96fe5c46e149133ba5.tar.xz
forums-538f06f84941a7a0cc804e96fe5c46e149133ba5.zip
- Special Groups became.. screwed up if they were editted.. discovered while working on other groups shtuff..
git-svn-id: file:///svn/phpbb/trunk@5449 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/adm/style/acp_groups.html')
-rw-r--r--phpBB/adm/style/acp_groups.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/phpBB/adm/style/acp_groups.html b/phpBB/adm/style/acp_groups.html
index 78ecd75867..c083d930a3 100644
--- a/phpBB/adm/style/acp_groups.html
+++ b/phpBB/adm/style/acp_groups.html
@@ -23,7 +23,7 @@
<legend>{L_GROUP_DETAILS}</legend>
<dl>
<dt><label<!-- IF not S_SPECIAL_GROUP --> for="group_name"<!-- ENDIF -->>{L_GROUP_NAME}:</label></dt>
- <dd><!-- IF S_SPECIAL_GROUP --><b>{GROUP_NAME}</b><!-- ELSE --><input name="group_name" type="text" id="group_name" value="{GROUP_NAME}" /><!-- ENDIF --></dd>
+ <dd><!-- IF S_SPECIAL_GROUP --><b>{GROUP_NAME}</b><!-- ENDIF --><input name="group_name" type="<!-- IF S_SPECIAL_GROUP -->hidden<!-- ELSE -->text<!-- ENDIF -->" id="group_name" value="{GROUP_INTERNAL_NAME}" /></dd>
</dl>
<dl>
<dt><label for="group_description">{L_GROUP_DESC}:</label></dt>
@@ -39,6 +39,8 @@
<input name="group_type" type="radio" class="radio" value="{GROUP_TYPE_HIDDEN}"{GROUP_HIDDEN} /> {L_GROUP_HIDDEN}
</dd>
</dl>
+ <!-- ELSE -->
+ <input name="group_type" type="hidden" value="{GROUP_TYPE_SPECIAL}" />
<!-- ENDIF -->
</fieldset>