Imported Upstream version 0.6.24+dfsg1
This commit is contained in:
4
share/pnp/application/views/zoom_header.php
Normal file
4
share/pnp/application/views/zoom_header.php
Normal file
@@ -0,0 +1,4 @@
|
||||
function Gzoom (url) {
|
||||
GzoomWindow = window.open(url, "PNP4Nagios", "width=<?php echo $graph_width ?>,height=<?php echo $graph_height ?>,location=no,status=no,resizable=yes,scrollbars=yes");
|
||||
GzoomWindow.focus();
|
||||
}
|
||||
Reference in New Issue
Block a user