Added tag modification from the user interface

This commit is contained in:
Frederic Guillot
2016-06-24 22:10:14 -04:00
parent cead21691e
commit ce367a24fc
18 changed files with 527 additions and 2 deletions

View File

@@ -19,6 +19,9 @@
<li <?= $this->app->checkMenuSelection('ConfigController', 'calendar') ?>>
<?= $this->url->link(t('Calendar settings'), 'ConfigController', 'calendar') ?>
</li>
<li <?= $this->app->checkMenuSelection('TagController', 'index') ?>>
<?= $this->url->link(t('Tags management'), 'TagController', 'index') ?>
</li>
<li <?= $this->app->checkMenuSelection('LinkController') ?>>
<?= $this->url->link(t('Link settings'), 'LinkController', 'index') ?>
</li>