Added score to image window.

git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@63 e3e1d417-86f3-4887-817a-d78f3d33393f
This commit is contained in:
stan 2002-09-24 12:36:59 +00:00
parent bae674846d
commit f347901da9
1 changed files with 1 additions and 1 deletions

View File

@ -881,7 +881,7 @@ function deleteEvent() {
</head>
<body>
<table border="0">
<tr><td colspan="2" class="text"><b>Image <?php echo $eid."-".$fid ?></b></td>
<tr><td colspan="2" class="text"><b>Image <?php echo $eid."-".$fid." ($frame[Score])" ?></b></td>
<td align="center" class="text"><a href="javascript: deleteEvent();">Delete</a></td>
<td align="right" class="text"><a href="javascript: closeWindow();">Close</a></td>
</tr>