Template: project/sidebar: set active-class in "Edit project" also in the other actions

This commit is contained in:
Philip Steffen 2016-04-10 18:30:15 +02:00
parent 3f067234fc
commit b630bd06d2
1 changed files with 1 additions and 1 deletions

View File

@ -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') ?>>