|
From: Paul S. O. <ps...@us...> - 2001-11-03 19:17:09
|
Update of /cvsroot/phpbb/phpBB2/templates/subSilver/admin
In directory usw-pr-cvs1:/tmp/cvs-serv24237/templates/subSilver/admin
Modified Files:
group_edit_body.tpl
Log Message:
Group control panel updates and mods + hidden group ability
Index: group_edit_body.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/admin/group_edit_body.tpl,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** group_edit_body.tpl 2001/10/15 00:38:30 1.5
--- group_edit_body.tpl 2001/11/03 19:17:06 1.6
***************
*** 36,43 ****
<td class="row1" width="38%"><span class="gen">{L_GROUP_STATUS}:</span></td>
<td class="row2" width="62%">
! <input type="radio" name="group_type" value="1" {S_GROUP_OPEN_CHECKED} />
! {L_GROUP_OPEN}
! <input type="radio" name="group_type" value="0" {S_GROUP_CLOSED_CHECKED} />
! {L_GROUP_CLOSED}</td>
</tr>
<tr>
--- 36,40 ----
<td class="row1" width="38%"><span class="gen">{L_GROUP_STATUS}:</span></td>
<td class="row2" width="62%">
! <input type="radio" name="group_type" value="{S_GROUP_OPEN_TYPE}" {S_GROUP_OPEN_CHECKED} /> {L_GROUP_OPEN} <input type="radio" name="group_type" value="{S_GROUP_CLOSED_TYPE}" {S_GROUP_CLOSED_CHECKED} /> {L_GROUP_CLOSED} <input type="radio" name="group_type" value="{S_GROUP_HIDDEN_TYPE}" {S_GROUP_HIDDEN_CHECKED} /> {L_GROUP_HIDDEN}</td>
</tr>
<tr>
|