From 5cacc0283a8a66aded508fcfa24f45d9b230475b Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Wed, 17 Apr 2024 17:45:07 +0000 Subject: [PATCH] fix templates --- Theme/Backend/projectmanagement-view.tpl.php | 22 +------------------- 1 file changed, 1 insertion(+), 21 deletions(-) diff --git a/Theme/Backend/projectmanagement-view.tpl.php b/Theme/Backend/projectmanagement-view.tpl.php index b6fd586..d0197cc 100644 --- a/Theme/Backend/projectmanagement-view.tpl.php +++ b/Theme/Backend/projectmanagement-view.tpl.php @@ -56,7 +56,7 @@ echo $this->data['nav']->render(); ?>
- +
@@ -103,24 +103,4 @@ echo $this->data['nav']->render(); ?>
- - -
-
- getData('tasklist')->render($project->tasks); ?> -
-
- - - -
-
- getData('calendar')->render($project->calendar); ?> -
- -
- getData('medialist')->render($project->files); ?> -
-
-