From c408dcf1bf3b5aba8bf3ebe1b3779c72eff3fd09 Mon Sep 17 00:00:00 2001 From: stan Date: Fri, 4 Nov 2005 17:02:59 +0000 Subject: [PATCH] Cde language token global.VS: git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1542 e3e1d417-86f3-4887-817a-d78f3d33393f --- web/zm_html_view_timeline.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/zm_html_view_timeline.php b/web/zm_html_view_timeline.php index c3fc80e91..10c4926e5 100644 --- a/web/zm_html_view_timeline.php +++ b/web/zm_html_view_timeline.php @@ -706,7 +706,7 @@ function drawYGrid( $chart, $scale, $label_class, $tick_class, $grid_class ) function getSlotLoadImageBehaviour( $slot ) { - global $monitors, $jws, $PHP_SELF; + global $monitors, $jws, $PHP_SELF, $zmSlangArchived; $event_path = ZM_DIR_EVENTS.'/'.$slot['event']['MonitorId'].'/'.$slot['event']['Id']; $image_path = sprintf( "%s/%0".ZM_EVENT_IMAGE_DIGITS."d-capture.jpg", $event_path, isset($slot['frame'])?$slot['frame']['FrameId']:1 ); @@ -720,7 +720,7 @@ function getSlotLoadImageBehaviour( $slot ) $annotation = ''; if ( $slot['event']['Archived'] ) $annotation .= ""; - $annotation = $monitor['Name']. + $annotation .= $monitor['Name']. "
".$slot['event']['Name'].(isset($slot['frame'])?("(".$slot['frame']['FrameId'].")"):""). "
".strftime( "%y/%m/%d %H:%M:%S", strtotime($slot['event']['StartTime']) ). " - ".$slot['event']['Length']."s".