Changed layout to avoid wrapping.

git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@675 e3e1d417-86f3-4887-817a-d78f3d33393f
This commit is contained in:
stan 2003-11-03 14:44:42 +00:00
parent 6b345e8c7f
commit e25848978a
1 changed files with 3 additions and 3 deletions

View File

@ -65,9 +65,9 @@ window.setTimeout( "window.location.reload(true)", <?= $refresh*1000 ?> );
<body> <body>
<table width="90%" align="center" border="0" cellpadding="0" cellspacing="0"> <table width="90%" align="center" border="0" cellpadding="0" cellspacing="0">
<tr> <tr>
<td width="30%" class="text" align="left">&nbsp;</td> <td width="15%" class="text" align="left">&nbsp;</td>
<td width="40%" class="<?= $class ?>" align="center" valign="middle">Status:&nbsp;<?= $status_string ?>&nbsp;-&nbsp;<?= $fps_string ?>&nbsp;fps</td> <td width="70%" class="<?= $class ?>" align="center" valign="middle">Status:&nbsp;<?= $status_string ?>&nbsp;-&nbsp;<?= $fps_string ?>&nbsp;fps</td>
<td width="30%" align="right" class="text">&nbsp;</td> <td width="15%" align="right" class="text">&nbsp;</td>
</tr> </tr>
</table> </table>
<?php <?php