diff options
author | dougk_ff7 <dougk_ff7@users.sourceforge.net> | 2002-03-19 15:39:06 +0000 |
---|---|---|
committer | dougk_ff7 <dougk_ff7@users.sourceforge.net> | 2002-03-19 15:39:06 +0000 |
commit | 92e1d351800b76b966be63230cc38cc260ba23a5 (patch) | |
tree | c460d3f886cc8a809b0bdda7c68f39ff7f06a133 /phpBB/templates | |
parent | e626b1a89311dd329bd2f350a6614fd7c776bf0e (diff) | |
download | forums-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.tpl | 2 |
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} <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> </tr> |