From 0f2ba0d258facfb013f5b6c083e69713a68b5799 Mon Sep 17 00:00:00 2001
From: Xenomporio <>
Date: Fri, 1 Jul 2022 12:29:27 +0200
Subject: [PATCH 1/4] Removed some favicon leftovers
---
www/themes/new/templates/page.tpl | 14 +++--------
www/themes/new/templates/popup_js.tpl | 36 ---------------------------
2 files changed, 4 insertions(+), 46 deletions(-)
diff --git a/www/themes/new/templates/page.tpl b/www/themes/new/templates/page.tpl
index 07fc83d7..f660520d 100644
--- a/www/themes/new/templates/page.tpl
+++ b/www/themes/new/templates/page.tpl
@@ -25,7 +25,7 @@
-
+
@@ -49,15 +49,9 @@
-
-
-
-
-
-
-
-
-
+
+
+
diff --git a/www/themes/new/templates/popup_js.tpl b/www/themes/new/templates/popup_js.tpl
index 653ecc54..3ed518ba 100644
--- a/www/themes/new/templates/popup_js.tpl
+++ b/www/themes/new/templates/popup_js.tpl
@@ -48,44 +48,8 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
From 4e478f59a91281839633e5ba3cf9b72a70c13ff8 Mon Sep 17 00:00:00 2001
From: Xenomporio <>
Date: Sat, 2 Jul 2022 11:18:04 +0200
Subject: [PATCH 2/4] sidebar modified removed wiedervorlage (missing module),
added chat.svg
---
www/eproosystem.php | 6 +++---
www/themes/new/images/sidebar/chat.svg | 5 +++++
2 files changed, 8 insertions(+), 3 deletions(-)
create mode 100644 www/themes/new/images/sidebar/chat.svg
diff --git a/www/eproosystem.php b/www/eproosystem.php
index 54d81963..6023d63b 100644
--- a/www/eproosystem.php
+++ b/www/eproosystem.php
@@ -483,14 +483,14 @@ class erpooSystem extends Application
'link' => 'index.php?module=aufgaben&action=list',
'counter' => $this->erp->AnzahlOffeneAufgaben()
],
- 'Wiedervorlage' => [
+/* 'Wiedervorlage' => [
'link' => 'index.php?module=wiedervorlage&action=list',
'counter' => $resubmissionCount,
- ],
+ ],*/
'Kalender' => [
'link' => 'index.php?module=kalender&action=list',
'counter' => $appointmentCount
- ],
+ ]
];
/* $possibleUserItems['Apps'] = [
'link'=> 'index.php?module=appstore&action=list&cmd=allapps'
diff --git a/www/themes/new/images/sidebar/chat.svg b/www/themes/new/images/sidebar/chat.svg
new file mode 100644
index 00000000..d3c7371e
--- /dev/null
+++ b/www/themes/new/images/sidebar/chat.svg
@@ -0,0 +1,5 @@
+
From 3e288339a798dee329405e58616e2648646e63d4 Mon Sep 17 00:00:00 2001
From: Xenomporio <>
Date: Sun, 3 Jul 2022 16:18:03 +0200
Subject: [PATCH 3/4] administration -> System settings -> addes logfile
---
www/lib/class.erpapi.php | 5 +----
www/pages/content/einstellungen.tpl | 8 ++++----
2 files changed, 5 insertions(+), 8 deletions(-)
diff --git a/www/lib/class.erpapi.php b/www/lib/class.erpapi.php
index b78a1580..2f238749 100644
--- a/www/lib/class.erpapi.php
+++ b/www/lib/class.erpapi.php
@@ -7102,12 +7102,9 @@ title: 'Abschicken',
$navarray['menu']['admin'][$menu]['sec'][] = array('Ein- und auslagern','lager','bucheneinlagern');
$navarray['menu']['admin'][$menu]['sec'][] = array('Zwischenlager','lager','buchenzwischenlager');
-
-
- $navarray['menu']['admin'][++$menu]['first'] = array('Administration','rechnung','list');
+ $navarray['menu']['admin'][++$menu]['first'] = array('System','rechnung','list');
$navarray['menu']['admin'][$menu]['sec'][] = array('Einstellungen','einstellungen','list');
$navarray['menu']['admin'][$menu]['sec'][] = array('Online-Shops / Marktplätze','onlineshops','list');
-
$navarray['menu']['admin'][$menu]['sec'][] = array('Backup','backup','list','recover','delete','reset');
//$navarray['menu']['admin'][$menu]['sec'][] = array('AppStore','appstore','list');
diff --git a/www/pages/content/einstellungen.tpl b/www/pages/content/einstellungen.tpl
index 0b6351dc..5a0c27f8 100644
--- a/www/pages/content/einstellungen.tpl
+++ b/www/pages/content/einstellungen.tpl
@@ -106,16 +106,16 @@
From 92a859b7406ebb85bdb44373013af6fc7b672839 Mon Sep 17 00:00:00 2001
From: Xenomporio <>
Date: Sun, 3 Jul 2022 21:40:20 +0200
Subject: [PATCH 4/4] system.svg sidebar
---
www/themes/new/images/sidebar/system.svg | 8 ++++++++
1 file changed, 8 insertions(+)
create mode 100644 www/themes/new/images/sidebar/system.svg
diff --git a/www/themes/new/images/sidebar/system.svg b/www/themes/new/images/sidebar/system.svg
new file mode 100644
index 00000000..552ea5d7
--- /dev/null
+++ b/www/themes/new/images/sidebar/system.svg
@@ -0,0 +1,8 @@
+
\ No newline at end of file