summaryrefslogtreecommitdiff
path: root/app/Template/task
diff options
context:
space:
mode:
Diffstat (limited to 'app/Template/task')
-rw-r--r--app/Template/task/layout.php2
-rw-r--r--app/Template/task/sidebar.php2
2 files changed, 1 insertions, 3 deletions
diff --git a/app/Template/task/layout.php b/app/Template/task/layout.php
index 09dbb2ea..070ae37d 100644
--- a/app/Template/task/layout.php
+++ b/app/Template/task/layout.php
@@ -17,7 +17,7 @@
<?php endif ?>
</ul>
</div>
- <section class="sidebar-container" id="task-section">
+ <section class="sidebar-container">
<?= $this->render($sidebar_template, array('task' => $task)) ?>
diff --git a/app/Template/task/sidebar.php b/app/Template/task/sidebar.php
index 81cd3434..c184e095 100644
--- a/app/Template/task/sidebar.php
+++ b/app/Template/task/sidebar.php
@@ -98,6 +98,4 @@
<?= $this->hook->render('template:task:sidebar:actions') ?>
</ul>
<?php endif ?>
- <div class="sidebar-collapse"><a href="#" title="<?= t('Hide sidebar') ?>"><i class="fa fa-chevron-left"></i></a></div>
- <div class="sidebar-expand" style="display: none"><a href="#" title="<?= t('Expand sidebar') ?>"><i class="fa fa-chevron-right"></i></a></div>
</div>