More form outside of table.

git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2011 e3e1d417-86f3-4887-817a-d78f3d33393f
This commit is contained in:
stan 2006-07-04 10:49:05 +00:00
parent 891575b119
commit 53fdf0adf7
1 changed files with 1 additions and 1 deletions

View File

@ -59,10 +59,10 @@ function closeWindow()
</head>
<body>
<form name="view_form" method="post" action="<?= $PHP_SELF ?>" target="_parent">
<table width="96%" align="center" border="0" cellspacing="0" cellpadding="4">
<input type="hidden" name="view" value="watch">
<input type="hidden" name="mode" value="<?= $mode ?>">
<input type="hidden" name="mid" value="<?= $mid ?>">
<table width="96%" align="center" border="0" cellspacing="0" cellpadding="4">
<tr>
<td align="left" class="text"><b><?= $monitor['Name'] ?></b></td>
<?php