diff --git a/Admin/Install/Navigation.install.json b/Admin/Install/Navigation.install.json index f5ab965..e16cf57 100755 --- a/Admin/Install/Navigation.install.json +++ b/Admin/Install/Navigation.install.json @@ -5,7 +5,7 @@ "type": 2, "subtype": 1, "name": "Suppliers", - "uri": "{/prefix}purchase/supplier/list", + "uri": "{/lang}/{/app}/purchase/supplier/list", "target": "self", "icon": null, "order": 1, @@ -19,7 +19,7 @@ "type": 3, "subtype": 1, "name": "List", - "uri": "{/prefix}purchase/supplier/list", + "uri": "{/lang}/{/app}/purchase/supplier/list", "target": "self", "icon": null, "order": 1, @@ -34,7 +34,7 @@ "type": 3, "subtype": 1, "name": "Create", - "uri": "{/prefix}purchase/supplier/create?{?}", + "uri": "{/lang}/{/app}/purchase/supplier/create?{?}", "target": "self", "icon": null, "order": 5, @@ -51,7 +51,7 @@ "type": 3, "subtype": 1, "name": "Supplier", - "uri": "{/prefix}purchase/analysis/supplier?{?}", + "uri": "{/lang}/{/app}/purchase/analysis/supplier?{?}", "target": "self", "icon": null, "order": 2, diff --git a/Theme/Backend/supplier-list.tpl.php b/Theme/Backend/supplier-list.tpl.php index 798dfc4..548aab1 100755 --- a/Theme/Backend/supplier-list.tpl.php +++ b/Theme/Backend/supplier-list.tpl.php @@ -103,13 +103,13 @@ echo $this->getData('nav')->render(); ?> $value) : ++$count; - $url = UriFactory::build('purchase/supplier/profile?{?}&id=' . $value->getId()); + $url = UriFactory::build('{/lang}/{/app}/purchase/supplier/profile?{?}&id=' . $value->getId()); $image = $value->getFileByType(0); ?> <?= $this->getHtml('IMG_alt_supplier'); ?> + UriFactory::build('{/lang}/{/app}/' . $image->getPath()); ?>"> printHtml($value->number); ?> printHtml($value->profile->account->name1); ?> printHtml($value->profile->account->name2); ?> printHtml($value->mainAddress->city); ?> diff --git a/Theme/Backend/supplier-profile.tpl.php b/Theme/Backend/supplier-profile.tpl.php index eca6c75..d1f6358 100755 --- a/Theme/Backend/supplier-profile.tpl.php +++ b/Theme/Backend/supplier-profile.tpl.php @@ -239,7 +239,7 @@ echo $this->getData('nav')->render(); getHtml('CreatedAt'); ?> getId()); + $url = UriFactory::build('{/lang}/{/app}/editor/single?{?}&id=' . $note->getId()); ?> title; ?> @@ -262,7 +262,7 @@ echo $this->getData('nav')->render(); getHtml('CreatedAt'); ?> getId()); + $url = UriFactory::build('{/lang}/{/app}/media/single?{?}&id=' . $file->getId()); ?> name; ?> @@ -292,7 +292,7 @@ echo $this->getData('nav')->render(); getId()); + $url = UriFactory::build('{/lang}/{/app}/purchase/bill?{?}&id=' . $invoice->getId()); ?> getNumber(); ?> diff --git a/info.json b/info.json index 2453748..386fb1e 100755 --- a/info.json +++ b/info.json @@ -12,7 +12,7 @@ }, "creator": { "name": "Karaka", - "website": "www.spl1nes.com" + "website": "jingga.app" }, "description": "Supplier management module.", "directory": "SupplierManagement",