diff --git a/Admin/Install/Interfaces/DatabaseExchanger/import.tpl.php b/Admin/Install/Interfaces/DatabaseExchanger/import.tpl.php index f4b1250..1c8e18c 100755 --- a/Admin/Install/Interfaces/DatabaseExchanger/import.tpl.php +++ b/Admin/Install/Interfaces/DatabaseExchanger/import.tpl.php @@ -181,7 +181,7 @@ $isNew = $currentSetting instanceof NullExchangeSetting; getId() . '&setting=' . $setting->getId()); + $url = UriFactory::build('{/lang}/{/app}/admin/exchange/import/profile?id=' . $interface->getId() . '&setting=' . $setting->getId()); ?> getId(); ?> diff --git a/Admin/Install/Navigation.install.json b/Admin/Install/Navigation.install.json index 7edf9d9..60512ae 100755 --- a/Admin/Install/Navigation.install.json +++ b/Admin/Install/Navigation.install.json @@ -5,7 +5,7 @@ "type": 2, "subtype": 1, "name": "Exchange", - "uri": "{/prefix}admin/exchange/log/list?{?}", + "uri": "{/lang}/{/app}/admin/exchange/log/list?{?}", "target": "self", "icon": null, "order": 50, @@ -19,7 +19,7 @@ "type": 3, "subtype": 1, "name": "Dashboard", - "uri": "{/prefix}admin/exchange/log/list?{?}", + "uri": "{/lang}/{/app}/admin/exchange/log/list?{?}", "target": "self", "icon": null, "order": 1, @@ -34,7 +34,7 @@ "type": 3, "subtype": 1, "name": "Import", - "uri": "{/prefix}admin/exchange/import/list", + "uri": "{/lang}/{/app}/admin/exchange/import/list", "target": "self", "icon": null, "order": 5, @@ -49,7 +49,7 @@ "type": 3, "subtype": 1, "name": "Export", - "uri": "{/prefix}admin/exchange/export/list", + "uri": "{/lang}/{/app}/admin/exchange/export/list", "target": "self", "icon": null, "order": 10, diff --git a/Theme/Backend/exchange-export-list.tpl.php b/Theme/Backend/exchange-export-list.tpl.php index b6bb47a..06dfc3b 100755 --- a/Theme/Backend/exchange-export-list.tpl.php +++ b/Theme/Backend/exchange-export-list.tpl.php @@ -39,7 +39,7 @@ echo $this->getData('nav')->render(); $value) : ++$count; - $url = \phpOMS\Uri\UriFactory::build('admin/exchange/export/profile?{?}&id=' . $value->getId()); ?> + $url = \phpOMS\Uri\UriFactory::build('{/lang}/{/app}/admin/exchange/export/profile?{?}&id=' . $value->getId()); ?> printHtml($value->title); ?> diff --git a/Theme/Backend/exchange-import-list.tpl.php b/Theme/Backend/exchange-import-list.tpl.php index 242ea38..b3b70da 100755 --- a/Theme/Backend/exchange-import-list.tpl.php +++ b/Theme/Backend/exchange-import-list.tpl.php @@ -39,7 +39,7 @@ echo $this->getData('nav')->render(); $value) : ++$count; - $url = \phpOMS\Uri\UriFactory::build('admin/exchange/import/profile?{?}&id=' . $value->getId()); ?> + $url = \phpOMS\Uri\UriFactory::build('{/lang}/{/app}/admin/exchange/import/profile?{?}&id=' . $value->getId()); ?> printHtml($value->title); ?> diff --git a/Theme/Backend/exchange-log-list.tpl.php b/Theme/Backend/exchange-log-list.tpl.php index b0df88f..0c47c1c 100755 --- a/Theme/Backend/exchange-log-list.tpl.php +++ b/Theme/Backend/exchange-log-list.tpl.php @@ -102,7 +102,7 @@ echo $this->getData('nav')->render(); ?> $value) : ++$count; - $url = UriFactory::build('admin/exchange/log?{?}&id=' . $value->getId()); + $url = UriFactory::build('{/lang}/{/app}/admin/exchange/log?{?}&id=' . $value->getId()); ?> getId(); ?> diff --git a/Theme/Backend/exchange-log.tpl.php b/Theme/Backend/exchange-log.tpl.php index 59a06e8..21ff911 100755 --- a/Theme/Backend/exchange-log.tpl.php +++ b/Theme/Backend/exchange-log.tpl.php @@ -30,7 +30,7 @@ echo $this->getData('nav')->render(); getHtml('Type'); ?>getType(); ?> getHtml('Subtype'); ?>subtype; ?> getHtml('Created'); ?>createdAt->format('Y-m-d'); ?> - getHtml('Creator'); ?>createdBy->name1; ?> + getHtml('Creator'); ?>createdBy->name1; ?> message; ?> diff --git a/info.json b/info.json index 7961161..f8dd56d 100755 --- a/info.json +++ b/info.json @@ -12,7 +12,7 @@ }, "creator": { "name": "Karaka", - "website": "www.spl1nes.com" + "website": "jingga.app" }, "description": "The administration module.", "directory": "Exchange",