From 64545946331bc284b3d9610be836625fca3ec174 Mon Sep 17 00:00:00 2001 From: Isaac Connor Date: Tue, 5 Dec 2017 08:30:58 -0800 Subject: [PATCH] fix popup detection and add disk usage and storage area to event. --- web/skins/classic/views/event.php | 30 +++++++++++++++++------------- 1 file changed, 17 insertions(+), 13 deletions(-) diff --git a/web/skins/classic/views/event.php b/web/skins/classic/views/event.php index 370686ad2..70d05bb2a 100644 --- a/web/skins/classic/views/event.php +++ b/web/skins/classic/views/event.php @@ -92,11 +92,13 @@ $connkey = generateConnKey(); $focusWindow = true; +$popup = ((!isset($_REQUEST['popup'])) or ($_REQUEST['popup'] != 1)) ? 0 : 1; + xhtmlHeaders(__FILE__, translate('Event') ); ?>
- +