From 7b66d751d80a9f0722ded2154b1514f72ab24105 Mon Sep 17 00:00:00 2001 From: Isaac Connor Date: Sun, 5 Dec 2021 17:49:24 -0500 Subject: [PATCH] cleanup, spacing, use zone object methods to clean up svg zone layers --- web/skins/classic/views/montage.php | 43 +++++++++++++++-------------- 1 file changed, 23 insertions(+), 20 deletions(-) diff --git a/web/skins/classic/views/montage.php b/web/skins/classic/views/montage.php index b0b10f190..deaddcaf3 100644 --- a/web/skins/classic/views/montage.php +++ b/web/skins/classic/views/montage.php @@ -24,6 +24,7 @@ if ( !canView('Stream') ) { } require_once('includes/MontageLayout.php'); +require_once('includes/Zone.php'); $showControl = false; $showZones = false; @@ -49,7 +50,6 @@ $heights = array( '1080' => '1080px', ); - $layouts = ZM\MontageLayout::find(NULL, array('order'=>"lower('Name')")); $layoutsById = array(); foreach ( $layouts as $l ) { @@ -149,7 +149,7 @@ echo getNavBarHTML(); $html .= '