1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-06-01 12:05:37 +02:00

nowrap for th

git-svn-id: file:///svn/phpbb/trunk@4617 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen 2003-10-21 00:15:28 +00:00
parent 404b52e8fa
commit 411683ffd4

View File

@ -327,10 +327,10 @@ adm_page_header($user->lang['BOTS']);
<form method="post" action="<?php "admin_bots.$phpEx$SID"; ?>"><table class="bg" width="90%" cellspacing="1" cellpadding="4" border="0" align="center">
<tr>
<th><?php echo $user->lang['BOT_NAME']; ?></th>
<th><?php echo $user->lang['BOT_LAST_VISIT']; ?></th>
<th colspan="3"><?php echo $user->lang['OPTIONS']; ?></th>
<th><?php echo $user->lang['MARK']; ?></th>
<th nowrap="nowrap"><?php echo $user->lang['BOT_NAME']; ?></th>
<th nowrap="nowrap"><?php echo $user->lang['BOT_LAST_VISIT']; ?></th>
<th colspan="3" nowrap="nowrap"><?php echo $user->lang['OPTIONS']; ?></th>
<th nowrap="nowrap"><?php echo $user->lang['MARK']; ?></th>
</tr>
<?php