diff --git a/web/skins/classic/views/console.php b/web/skins/classic/views/console.php index 330044e7f..dd49c28fc 100644 --- a/web/skins/classic/views/console.php +++ b/web/skins/classic/views/console.php @@ -160,15 +160,13 @@ if ( $show_storage_areas ) $left_columns += 1; xhtmlHeaders( __FILE__, translate('Console') ); ?> - -
-
+
-
+
- - - - - + + + + + @@ -215,13 +213,13 @@ ob_start(); '. $j .''; } ?> - disabled="disabled"/> + @@ -258,10 +256,10 @@ for( $monitor_i = 0; $monitor_i < count($displayMonitors); $monitor_i += 1 ) { $fclass = 'infoText'; if ( !$monitor['Enabled'] ) $fclass .= ' disabledText'; - $scale = max( reScale( SCALE_BASE, $monitor['DefaultScale'], ZM_WEB_DEFAULT_SCALE ), SCALE_BASE ); -$stream_available = canView('Stream') and $monitor['Type']=='WebSite' or ($monitor['CaptureFPS'] && $monitor['Function'] != 'None'); -$dot_class=$source_class; -if ( $fclass != 'infoText' ) $dot_class=$fclass; + $scale = max(reScale(SCALE_BASE, $monitor['DefaultScale'], ZM_WEB_DEFAULT_SCALE), SCALE_BASE); + $stream_available = canView('Stream') and $monitor['Type']=='WebSite' or ($monitor['CaptureFPS'] && $monitor['Function'] != 'None'); + $dot_class=$source_class; + if ( $fclass != 'infoText' ) $dot_class=$fclass; if ( ZM_WEB_ID_ON_CONSOLE ) { ?> @@ -337,7 +335,7 @@ if ( $fclass != 'infoText' ) $dot_class=$fclass; ' : '') . $monitor[$i.'Events'] . '
' . human_filesize($monitor[$i.'EventDiskSpace']) ?>