mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
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:
parent
4d1c3e3696
commit
cf96f8dcfb
1 changed files with 2 additions and 1 deletions
|
@ -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']; ?>" /> <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>
|
</tr>
|
||||||
</table></td>
|
</table></td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
Loading…
Add table
Reference in a new issue