diff --git a/Admin/Install/Navigation.install.json b/Admin/Install/Navigation.install.json index 1b21f33..9c8602a 100755 --- a/Admin/Install/Navigation.install.json +++ b/Admin/Install/Navigation.install.json @@ -5,7 +5,7 @@ "type": 2, "subtype": 1, "name": "Kanban", - "uri": "{/prefix}kanban/dashboard?{?}", + "uri": "{/lang}/{/app}/kanban/dashboard?{?}", "target": "self", "icon": null, "order": 45, @@ -19,7 +19,7 @@ "type": 3, "subtype": 1, "name": "Boards", - "uri": "{/prefix}kanban/dashboard?{?}", + "uri": "{/lang}/{/app}/kanban/dashboard?{?}", "target": "self", "icon": null, "order": 1, @@ -34,7 +34,7 @@ "type": 3, "subtype": 1, "name": "Archive", - "uri": "{/prefix}kanban/archive?{?}", + "uri": "{/lang}/{/app}/kanban/archive?{?}", "target": "self", "icon": null, "order": 2, @@ -49,7 +49,7 @@ "type": 3, "subtype": 1, "name": "Create", - "uri": "{/prefix}kanban/create?{?}", + "uri": "{/lang}/{/app}/kanban/create?{?}", "target": "self", "icon": null, "order": 3, diff --git a/Theme/Backend/kanban-archive.tpl.php b/Theme/Backend/kanban-archive.tpl.php index 7e8c028..5e86805 100755 --- a/Theme/Backend/kanban-archive.tpl.php +++ b/Theme/Backend/kanban-archive.tpl.php @@ -72,7 +72,7 @@ echo $this->getData('nav')->render(); ?> $count = 0; foreach ($boards as $key => $board) : ++$count; - $url = UriFactory::build('kanban/board?{?}&id=' . $board->getId()); + $url = UriFactory::build('{/lang}/{/app}/kanban/board?{?}&id=' . $board->getId()); ?> getHtml(':bStatus' . $board->getStatus()); ?> diff --git a/Theme/Backend/kanban-card.tpl.php b/Theme/Backend/kanban-card.tpl.php index e40fa98..43dbc11 100755 --- a/Theme/Backend/kanban-card.tpl.php +++ b/Theme/Backend/kanban-card.tpl.php @@ -35,7 +35,7 @@ $comments = $card->getComments();
getMedia(); foreach ($files as $file) : ?> - name; ?> + name; ?>
@@ -51,7 +51,7 @@ $comments = $card->getComments();
getMedia(); foreach ($files as $file) : ?> - name; ?> + name; ?>
diff --git a/Theme/Backend/kanban-dashboard.tpl.php b/Theme/Backend/kanban-dashboard.tpl.php index a67afa8..ab71f73 100755 --- a/Theme/Backend/kanban-dashboard.tpl.php +++ b/Theme/Backend/kanban-dashboard.tpl.php @@ -24,7 +24,7 @@ echo $this->getData('nav')->render(); ?>
getId()); + $url = UriFactory::build('{/lang}/{/app}/kanban/board?{?}&id=' . $board->getId()); ?>
diff --git a/info.json b/info.json index fec33f9..22e59ec 100755 --- a/info.json +++ b/info.json @@ -12,7 +12,7 @@ }, "creator": { "name": "Karaka", - "website": "www.spl1nes.com" + "website": "jingga.app" }, "description": "Kanban module.", "directory": "Kanban",