Couple of HTML issues, now compliant again

git-svn-id: file:///svn/phpbb/trunk@3293 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen 2003-01-09 15:22:59 +00:00
parent 4d1c3e3696
commit cf96f8dcfb

View file

@ -632,6 +632,7 @@ if (!empty($forum_id) || $mode == 'administrators' || $mode == 'supermoderators'
<tr> <tr>
<th colspan="4"><?php echo $user->lang['PRESETS']; ?></th> <th colspan="4"><?php echo $user->lang['PRESETS']; ?></th>
</tr> </tr>
<tr>
<td class="row1" colspan="4"><table width="100%" cellspacing="1" cellpadding="0" border="0"> <td class="row1" colspan="4"><table width="100%" cellspacing="1" cellpadding="0" border="0">
<tr> <tr>
<td colspan="2" height="16"><span class="gensmall"><?php echo $user->lang['PRESETS_EXPLAIN']; ?></span></td> <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> </table></td>
</tr> </tr>
<tr> <tr>
<td class="cat" colspan="4" align="center"><input class="liteoption" type="submit" name="presetsave" value="<?php echo $user->lang['SAVE']; ?>" /> &nbsp;<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']; ?>" /> &nbsp;<input class="liteoption" type="submit" name="presetdel" value="<?php echo $user->lang['DELETE']; ?>" /><input type="hidden" name="advanced" value="true" /></td>
</tr> </tr>
</table></td> </table></td>
</tr> </tr>