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:
parent
bae674846d
commit
f347901da9
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue