From b8e097dc2b647fab74956308d00d84f719b0b516 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Wed, 1 May 2019 20:57:20 +0200 Subject: [PATCH] Implement changed rest usage --- .../monitoring-security-file-list.tpl.php | 55 ++++++----- Theme/Backend/monitoring-security.tpl.php | 94 +++++++++---------- 2 files changed, 79 insertions(+), 70 deletions(-) diff --git a/Theme/Backend/monitoring-security-file-list.tpl.php b/Theme/Backend/monitoring-security-file-list.tpl.php index e3e5508..1c0163d 100644 --- a/Theme/Backend/monitoring-security-file-list.tpl.php +++ b/Theme/Backend/monitoring-security-file-list.tpl.php @@ -21,26 +21,35 @@ use phpOMS\Uri\Http; $files = \phpOMS\System\File\Local\Directory(__DIR__ . '/../../../../phpOMS', '^.+\.php$'); -echo $this->getData('nav')->render(); ?> - -
-
- - - - - - $file) : $source = \file_get_contents($file); ?> - -
getHtml('Files') ?>
getHtml('File') ?> - getHtml('Unicode') ?> - getHtml('Deprecated') ?> - getHtml('Integrity') ?> -
- - - - -
-
-
+echo $this->getData('nav')->render(); ?> + +
+
+ + + + + + $file) : $source = \file_get_contents($file); ?> + +
getHtml('Files') ?>
getHtml('File') ?> + getHtml('Unicode') ?> + getHtml('Deprecated') ?> + getHtml('Integrity') ?> +
+ + + getBody() + ) + ); ?> + +
+
+
diff --git a/Theme/Backend/monitoring-security.tpl.php b/Theme/Backend/monitoring-security.tpl.php index 4e4f8ed..ca945b5 100644 --- a/Theme/Backend/monitoring-security.tpl.php +++ b/Theme/Backend/monitoring-security.tpl.php @@ -1,23 +1,23 @@ -getData('nav')->render(); ?>
@@ -49,8 +49,8 @@ echo $this->getData('nav')->render(); ?> getHtml('Modified') ?> getHtml('Integrity') ?> - @@ -59,17 +59,17 @@ echo $this->getData('nav')->render(); ?> getHtml('NG') : $this->getHtml('OK'); ?> format('Y-m-d'); ?> - getBody() ) ? $this->getHtml('OK') : $this->getHtml('NG'); ?> - @@ -78,17 +78,17 @@ echo $this->getData('nav')->render(); ?> getHtml('NG') : $this->getHtml('OK'); ?> format('Y-m-d'); ?> - getBody() ) ? $this->getHtml('OK') : $this->getHtml('NG'); ?> - @@ -97,13 +97,13 @@ echo $this->getData('nav')->render(); ?> getHtml('NG') : $this->getHtml('OK'); ?> format('Y-m-d'); ?> - getBody() ) ? $this->getHtml('OK') : $this->getHtml('NG'); ?>