|
From: Doug K. <dou...@us...> - 2002-03-19 15:39:11
|
Update of /cvsroot/phpbb/phpBB2/templates/subSilver/admin
In directory usw-pr-cvs1:/tmp/cvs-serv9129/templates/subSilver/admin
Modified Files:
group_select_body.tpl
Log Message:
Here we have the pleasure of fixing bugs 526891 and 530830. Both have been tested on my local copy, and they should be ready!
Index: group_select_body.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/admin/group_select_body.tpl,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** group_select_body.tpl 1 Mar 2002 00:10:41 -0000 1.4
--- group_select_body.tpl 19 Mar 2002 15:39:06 -0000 1.5
***************
*** 9,15 ****
--- 9,17 ----
<th class="thHead" align="center">{L_GROUP_SELECT}</th>
</tr>
+ <!-- BEGIN select_box -->
<tr>
<td class="row1" align="center">{S_GROUP_SELECT} <input type="submit" name="edit" value="{L_LOOK_UP}" class="mainoption" /> </td>
</tr>
+ <!-- END select_box -->
<tr>
<td class="catBottom" align="center">{S_HIDDEN_FIELDS}<input type="submit" class="liteoption" name="new" value="{L_CREATE_NEW_GROUP}" /></td>
|