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:
parent
0b9f6d093d
commit
d3b17c1288
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue