Fixed incorrect Video link.

git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2240 e3e1d417-86f3-4887-817a-d78f3d33393f
This commit is contained in:
stan 2007-11-18 12:34:58 +00:00
parent 4f426ba966
commit c78fec4577
1 changed files with 5 additions and 0 deletions

View File

@ -428,6 +428,11 @@ function unarchiveEvent()
actQuery( 'unarchive' );
}
function videoEvent()
{
newWindow( '<?= $PHP_SELF ?>?view=video&eid=<?= $eid ?>', 'zmVideo', <?= $jws['video']['w']+$event['Width'] ?>, <?= $jws['video']['h']+$event['Height'] ?> );
}
function drawProgressBar()
{
var barWidth = 0;