Fixed missing > after tr tag

git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1667 e3e1d417-86f3-4887-817a-d78f3d33393f
This commit is contained in:
stan 2005-12-08 22:17:51 +00:00
parent 0b9f6d093d
commit d3b17c1288
1 changed files with 1 additions and 2 deletions

View File

@ -162,9 +162,8 @@ while( $event = mysql_fetch_assoc( $result ) )
</table></td></tr>
</table></td>
</tr>
<tr
<tr>
<td align="left"><input type="button" value="<?= $zmSlangZones ?>" class="form" onClick="javascript: newWindow( '<?= $PHP_SELF ?>?view=zones&mid=<?= $monitor['Id'] ?>', 'zmZones', <?= $monitor['Width']+$jws['zones']['w'] ?>, <?= $monitor['Height']+$jws['zones']['h'] ?> );"<?php if ( !canView( 'Monitors' ) ) { ?> disabled<?php } ?>></td>
<td align="right"><input type="submit" name="delete_btn" value="<?= $zmSlangDelete ?>" class="form" disabled></td>
</tr>
</table></center>