diff options
| author | Paul S. Owen <psotfx@users.sourceforge.net> | 2003-01-09 15:22:59 +0000 |
|---|---|---|
| committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2003-01-09 15:22:59 +0000 |
| commit | cf96f8dcfb1f0f5ee72d918f78b928dc20e396e0 (patch) | |
| tree | 79672e08e6072a277938940099e2f9d8fb7d9bc0 | |
| parent | 4d1c3e3696003ff83e8be61394c54a5958e42afb (diff) | |
| download | forums-cf96f8dcfb1f0f5ee72d918f78b928dc20e396e0.tar forums-cf96f8dcfb1f0f5ee72d918f78b928dc20e396e0.tar.gz forums-cf96f8dcfb1f0f5ee72d918f78b928dc20e396e0.tar.bz2 forums-cf96f8dcfb1f0f5ee72d918f78b928dc20e396e0.tar.xz forums-cf96f8dcfb1f0f5ee72d918f78b928dc20e396e0.zip | |
Couple of HTML issues, now compliant again
git-svn-id: file:///svn/phpbb/trunk@3293 89ea8834-ac86-4346-8a33-228a782c2dd0
| -rw-r--r-- | phpBB/admin/admin_permissions.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/phpBB/admin/admin_permissions.php b/phpBB/admin/admin_permissions.php index a33acca7b2..f0f4dca24f 100644 --- a/phpBB/admin/admin_permissions.php +++ b/phpBB/admin/admin_permissions.php @@ -632,6 +632,7 @@ if (!empty($forum_id) || $mode == 'administrators' || $mode == 'supermoderators' <tr> <th colspan="4"><?php echo $user->lang['PRESETS']; ?></th> </tr> + <tr> <td class="row1" colspan="4"><table width="100%" cellspacing="1" cellpadding="0" border="0"> <tr> <td colspan="2" height="16"><span class="gensmall"><?php echo $user->lang['PRESETS_EXPLAIN']; ?></span></td> @@ -662,7 +663,7 @@ if (!empty($forum_id) || $mode == 'administrators' || $mode == 'supermoderators' </table></td> </tr> <tr> - <td class="cat" colspan="4" align="center"><input class="liteoption" type="submit" name="presetsave" value="<?php echo $user->lang['SAVE']; ?>" /> <input class="liteoption" type="submit" name="presetdel" value="<?php echo $user->lang['DELETE']; ?>" /><input type="hidden" name="advanced" value="true" /></span></td> + <td class="cat" colspan="4" align="center"><input class="liteoption" type="submit" name="presetsave" value="<?php echo $user->lang['SAVE']; ?>" /> <input class="liteoption" type="submit" name="presetdel" value="<?php echo $user->lang['DELETE']; ?>" /><input type="hidden" name="advanced" value="true" /></td> </tr> </table></td> </tr> |
