aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/templates
diff options
context:
space:
mode:
authordougk_ff7 <dougk_ff7@users.sourceforge.net>2002-03-19 15:39:06 +0000
committerdougk_ff7 <dougk_ff7@users.sourceforge.net>2002-03-19 15:39:06 +0000
commit92e1d351800b76b966be63230cc38cc260ba23a5 (patch)
treec460d3f886cc8a809b0bdda7c68f39ff7f06a133 /phpBB/templates
parente626b1a89311dd329bd2f350a6614fd7c776bf0e (diff)
downloadforums-92e1d351800b76b966be63230cc38cc260ba23a5.tar
forums-92e1d351800b76b966be63230cc38cc260ba23a5.tar.gz
forums-92e1d351800b76b966be63230cc38cc260ba23a5.tar.bz2
forums-92e1d351800b76b966be63230cc38cc260ba23a5.tar.xz
forums-92e1d351800b76b966be63230cc38cc260ba23a5.zip
Here we have the pleasure of fixing bugs 526891 and 530830. Both have been tested on my local copy, and they should be ready!
git-svn-id: file:///svn/phpbb/trunk@2351 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/templates')
-rw-r--r--phpBB/templates/subSilver/admin/group_select_body.tpl2
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/templates/subSilver/admin/group_select_body.tpl b/phpBB/templates/subSilver/admin/group_select_body.tpl
index e00f85e110..7428918896 100644
--- a/phpBB/templates/subSilver/admin/group_select_body.tpl
+++ b/phpBB/templates/subSilver/admin/group_select_body.tpl
@@ -8,9 +8,11 @@
<th class="thHead" align="center">{L_GROUP_SELECT}</th>
</tr>
+ <!-- BEGIN select_box -->
<tr>
<td class="row1" align="center">{S_GROUP_SELECT}&nbsp;&nbsp;<input type="submit" name="edit" value="{L_LOOK_UP}" class="mainoption" />&nbsp;</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>
</tr>