[add] edit tags page

This commit is contained in:
Nicolas Lœuillet
2013-12-06 14:03:14 +01:00
parent 2e2ebe5ec7
commit 6cab59c340
4 changed files with 29 additions and 1 deletions

View File

@ -430,6 +430,13 @@ class Poche
);
Tools::logm('config view');
break;
case 'edit-tags':
# tags
$tags = $this->store->retrieveTagsByEntry($id);
$tpl_vars = array(
'tags' => $tags,
);
break;
case 'tags':
$tags = $this->store->retrieveAllTags();
$tpl_vars = array(