|
From: Paul S. O. <ps...@us...> - 2001-11-18 01:41:12
|
Update of /cvsroot/phpbb/phpBB2/templates/subSilver
In directory usw-pr-cvs1:/tmp/cvs-serv32525/templates/subSilver
Modified Files:
groupcp_info_body.tpl
Log Message:
Fixed various problems preventing updates of group status, etc.
Index: groupcp_info_body.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/groupcp_info_body.tpl,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** groupcp_info_body.tpl 2001/11/16 17:30:47 1.5
--- groupcp_info_body.tpl 2001/11/18 01:41:09 1.6
***************
*** 1,4 ****
! <form method="POST" action="{S_GROUP_INFO_ACTION}">
<table width="100%" cellspacing="2" cellpadding="2" border="0" align="center">
<tr>
--- 1,4 ----
! <form method="post" action="{S_GROUPCP_ACTION}">
<table width="100%" cellspacing="2" cellpadding="2" border="0" align="center">
<tr>
***************
*** 40,44 ****
</form>
! <form action="{S_PENDING_ACTION}" method="post" name="post">
<table width="100%" cellpadding="4" cellspacing="1" border="0" class="forumline">
<tr>
--- 40,44 ----
</form>
! <form method="post" action="{S_GROUPCP_ACTION}" name="post">
<table width="100%" cellpadding="4" cellspacing="1" border="0" class="forumline">
<tr>
|