diff --git a/web/skins/classic/views/monitor.php b/web/skins/classic/views/monitor.php
index 2e2a42b43..ecd3606d4 100644
--- a/web/skins/classic/views/monitor.php
+++ b/web/skins/classic/views/monitor.php
@@ -542,7 +542,7 @@ if (count($available_monitor_ids)) {
if ($monitor->Type() != 'WebSite') {
?>
- |
+ |
Capturing());
@@ -568,6 +568,23 @@ if (count($available_monitor_ids)) {
?>
|
+
+ |
+
+ Recording(), array('on-change-this'=>'Recording_onChange'));
+ ?>
+
+ $translated) {
+ if (isset($OLANG['RECORDING_'.strtoupper($fn)])) {
+ echo ' '.$OLANG['RECORDING_'.strtoupper($fn)]['Help'].' ';
+ }
+ }
+ ?>
+
+ |
+
|
@@ -973,23 +990,6 @@ include('_monitor_source_nvsocket.php');
}
case 'storage' :
?>
- |
- |
-
-Recording(), array('on-change-this'=>'Recording_onChange'));
-?>
-
- $translated) {
- if (isset($OLANG['RECORDING_'.strtoupper($fn)])) {
- echo ' '.$OLANG['RECORDING_'.strtoupper($fn)]['Help'].' ';
- }
- }
-?>
-
- |
-
SecondPath() ? '' : ' style="display:none;"' ?>>
|
|