summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorPhilip Steffen <p.steffen@steffenundbach.de>2016-04-10 18:30:15 +0200
committerPhilip Steffen <p.steffen@steffenundbach.de>2016-04-10 18:30:15 +0200
commitb630bd06d29782b1e4b7d5694bcf679492dc915f (patch)
tree61da4b63697b90755ac0a08c36ab387fe0ec5726 /app
parent3f067234fc1386de4434bfe4f2e07890e24d44a2 (diff)
Template: project/sidebar: set active-class in "Edit project" also in the other actions
Diffstat (limited to 'app')
-rw-r--r--app/Template/project/sidebar.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Template/project/sidebar.php b/app/Template/project/sidebar.php
index 304b4aee..f0be3448 100644
--- a/app/Template/project/sidebar.php
+++ b/app/Template/project/sidebar.php
@@ -11,7 +11,7 @@
<?php endif ?>
<?php if ($this->user->hasProjectAccess('ProjectEdit', 'edit', $project['id'])): ?>
- <li <?= $this->app->checkMenuSelection('ProjectEdit', 'edit') ?>>
+ <li <?= $this->app->checkMenuSelection('ProjectEdit', 'edit') ?><?= $this->app->checkMenuSelection('ProjectEdit', 'dates') ?><?= $this->app->checkMenuSelection('ProjectEdit', 'description') ?><?= $this->app->checkMenuSelection('ProjectEdit', 'priority') ?>>
<?= $this->url->link(t('Edit project'), 'ProjectEdit', 'edit', array('project_id' => $project['id'])) ?>
</li>
<li <?= $this->app->checkMenuSelection('project', 'share') ?>>