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:
parent
891575b119
commit
53fdf0adf7
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue