Move dashboard menu for calendar and activity stream

This commit is contained in:
Frederic Guillot
2017-03-11 19:36:48 -05:00
parent cfd3000d83
commit 8f6b3295e8
11 changed files with 59 additions and 66 deletions

View File

@@ -12,10 +12,13 @@
</li>
<?php endif ?>
<li>
<?= $this->url->icon('search', t('Search'), 'SearchController', 'index') ?>
<?= $this->url->icon('folder', t('Project management'), 'ProjectListController', 'show') ?>
</li>
<li>
<?= $this->url->icon('folder', t('Project management'), 'ProjectListController', 'show') ?>
<?= $this->modal->medium('dashboard', t('My activity stream'), 'ActivityController', 'user') ?>
</li>
<li>
<?= $this->modal->medium('calendar', t('My calendar'), 'CalendarController', 'user') ?>
</li>
</ul>
</div>