unpopup call to image view
parent
be150479a1
commit
845815b566
|
@ -237,9 +237,7 @@ if ( $results ) {
|
||||||
# if notes include detection objects, then link it to objdetect.jpg
|
# if notes include detection objects, then link it to objdetect.jpg
|
||||||
if ( strpos($event->Notes(), 'detected:') !== false ) {
|
if ( strpos($event->Notes(), 'detected:') !== false ) {
|
||||||
# make a link
|
# make a link
|
||||||
echo makePopupLink( '?view=image&eid='.$event->Id().'&fid=objdetect', 'zmImage',
|
echo makeLink( '?view=image&eid='.$event->Id().'&fid=objdetect', '<div class="small text-nowrap text-muted"><u>'.$event->Notes().'</u></div>');
|
||||||
array('image', reScale($event->Width(), $scale), reScale($event->Height(), $scale)),
|
|
||||||
'<div class="small text-nowrap text-muted"><u>'.$event->Notes().'</u></div>');
|
|
||||||
} else if ( $event->Notes() != 'Forced Web: ' ) {
|
} else if ( $event->Notes() != 'Forced Web: ' ) {
|
||||||
echo '<br/><div class="small text-nowrap text-muted">'.$event->Notes().'</div>';
|
echo '<br/><div class="small text-nowrap text-muted">'.$event->Notes().'</div>';
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue