diff --git a/Admin/Install/Navigation.install.json b/Admin/Install/Navigation.install.json index 3b7d1ff..47e420c 100644 --- a/Admin/Install/Navigation.install.json +++ b/Admin/Install/Navigation.install.json @@ -5,7 +5,7 @@ "type": 2, "subtype": 1, "name": "Clients", - "uri": "/{/lang}/backend/sales/client/list?{?}", + "uri": "{/lang}/backend/sales/client/list?{?}", "target": "self", "icon": null, "order": 1, @@ -19,7 +19,7 @@ "type": 3, "subtype": 1, "name": "List", - "uri": "/{/lang}/backend/sales/client/list?{?}", + "uri": "{/lang}/backend/sales/client/list?{?}", "target": "self", "icon": null, "order": 1, @@ -34,7 +34,7 @@ "type": 3, "subtype": 1, "name": "Create", - "uri": "/{/lang}/backend/sales/client/create?{?}", + "uri": "{/lang}/backend/sales/client/create?{?}", "target": "self", "icon": null, "order": 1, diff --git a/Theme/Backend/clients-create.tpl.php b/Theme/Backend/clients-create.tpl.php index d115a0a..2301f60 100644 --- a/Theme/Backend/clients-create.tpl.php +++ b/Theme/Backend/clients-create.tpl.php @@ -183,7 +183,7 @@ echo $this->getData('nav')->render(); ?>

getHtml('Price'); ?>

-
+
@@ -225,7 +225,7 @@ echo $this->getData('nav')->render(); ?>

getHtml('AreaManager'); ?>

- + $value) : $count++; - $url = \phpOMS\Uri\UriFactory::build('/{/lang}/backend/sales/client/profile?{?}&id=' . $value->getId()); ?> + $url = \phpOMS\Uri\UriFactory::build('{/lang}/backend/sales/client/profile?{?}&id=' . $value->getId()); ?>
diff --git a/Theme/Backend/clients-list.tpl.php b/Theme/Backend/clients-list.tpl.php index 73b3743..980a693 100644 --- a/Theme/Backend/clients-list.tpl.php +++ b/Theme/Backend/clients-list.tpl.php @@ -78,7 +78,7 @@ echo $this->getData('nav')->render(); ?>
printHtml($value->getNumber()); ?> printHtml($value->getProfile()->getAccount()->getName1()); ?> diff --git a/Theme/Backend/clients-profile.tpl.php b/Theme/Backend/clients-profile.tpl.php index 9efa7b8..96a7078 100644 --- a/Theme/Backend/clients-profile.tpl.php +++ b/Theme/Backend/clients-profile.tpl.php @@ -192,7 +192,7 @@ echo $this->getData('nav')->render();

getHtml('Price'); ?>

- +
@@ -234,7 +234,7 @@ echo $this->getData('nav')->render();

getHtml('AreaManager'); ?>

- +