Minor change to markup

git-svn-id: file:///svn/phpbb/trunk@3375 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen 2003-01-27 22:01:38 +00:00
parent cc8e77a837
commit 42ad34f513

View file

@ -551,6 +551,9 @@ function display_details(option)
<td class="row2" width="45%"><?php echo $user->lang['BAN_LENGTH']; ?>:</td> <td class="row2" width="45%"><?php echo $user->lang['BAN_LENGTH']; ?>:</td>
<td class="row1"><input type="text" name="unbanlength" size="40" /></td> <td class="row1"><input type="text" name="unbanlength" size="40" /></td>
</tr> </tr>
<tr>
<td class="cat" colspan="2" align="center"><input type="submit" name="unbansubmit" value="<?php echo $user->lang['SUBMIT']; ?>" class="mainoption" />&nbsp; <input type="RESET" value="<?php echo $user->lang['RESET']; ?>" class="liteoption" /></td>
</tr>
<?php <?php
} }
@ -566,9 +569,6 @@ function display_details(option)
} }
?> ?>
<tr>
<td class="cat" colspan="2" align="center"><input type="submit" name="unbansubmit" value="<?php echo $user->lang['SUBMIT']; ?>" class="mainoption" /></td>
</tr>
</table></form> </table></form>
<?php <?php