From 816f004bf1c6de21af6fa0ddd42da45354bc7215 Mon Sep 17 00:00:00 2001 From: Janos SUTO Date: Tue, 20 Aug 2019 11:29:08 +0200 Subject: [PATCH] added layout-audit-removal.php Signed-off-by: Janos SUTO --- .../common/layout-audit-removal.php | 29 +++++++++++++++++++ webui/controller/common/layout-audit.php | 5 +--- .../templates/common/layout-audit-removal.tpl | 6 ++-- 3 files changed, 33 insertions(+), 7 deletions(-) create mode 100644 webui/controller/common/layout-audit-removal.php diff --git a/webui/controller/common/layout-audit-removal.php b/webui/controller/common/layout-audit-removal.php new file mode 100644 index 00000000..e9e4105c --- /dev/null +++ b/webui/controller/common/layout-audit-removal.php @@ -0,0 +1,29 @@ +data['title'] = $this->document->title; + + $this->template = "common/layout-audit-removal.tpl"; + + $this->data['search_args'] = ''; + + $this->data['open_saved_search_box'] = 0; + + + $this->children = array( + "common/menu", + "search/folder", + "search/popup", + "common/footer" + ); + + $this->render(); + + } + + +} diff --git a/webui/controller/common/layout-audit.php b/webui/controller/common/layout-audit.php index c133ed51..85f9ef4b 100644 --- a/webui/controller/common/layout-audit.php +++ b/webui/controller/common/layout-audit.php @@ -1,4 +1,4 @@ - diff --git a/webui/view/theme/default/templates/common/layout-audit-removal.tpl b/webui/view/theme/default/templates/common/layout-audit-removal.tpl index 7ecb461d..53c4ec28 100644 --- a/webui/view/theme/default/templates/common/layout-audit-removal.tpl +++ b/webui/view/theme/default/templates/common/layout-audit-removal.tpl @@ -12,14 +12,14 @@ - + - + @@ -66,7 +66,7 @@
-
+