From efa4c85976ddd61f6b8d229abce5749f0cb19db6 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Wed, 8 Feb 2017 19:40:22 +0100 Subject: [PATCH] Fix uri parameter --- Theme/Backend/gl-list.tpl.php | 2 +- Theme/Backend/journal-list.tpl.php | 2 +- Theme/Backend/stack-archive-list.tpl.php | 2 +- Theme/Backend/stack-list.tpl.php | 2 +- Theme/Backend/stack-predefined-list.tpl.php | 2 +- Theme/backend/gl-list.tpl.php | 2 +- Theme/backend/journal-list.tpl.php | 2 +- Theme/backend/stack-archive-list.tpl.php | 2 +- Theme/backend/stack-list.tpl.php | 2 +- Theme/backend/stack-predefined-list.tpl.php | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Theme/Backend/gl-list.tpl.php b/Theme/Backend/gl-list.tpl.php index 7b09623..29784c0 100644 --- a/Theme/Backend/gl-list.tpl.php +++ b/Theme/Backend/gl-list.tpl.php @@ -37,7 +37,7 @@ echo $this->getData('nav')->render(); ?> render(); ?> $value) : $c++; - $url = \phpOMS\Uri\UriFactory::build('/{/lang}/backend/admin/group/settings?{?}id=' . $value->getId()); ?> + $url = \phpOMS\Uri\UriFactory::build('/{/lang}/backend/admin/group/settings?{?}&id=' . $value->getId()); ?> getId(); ?> getName(); ?> diff --git a/Theme/Backend/journal-list.tpl.php b/Theme/Backend/journal-list.tpl.php index 0bf8ec7..5c0dcce 100644 --- a/Theme/Backend/journal-list.tpl.php +++ b/Theme/Backend/journal-list.tpl.php @@ -37,7 +37,7 @@ echo $this->getData('nav')->render(); ?> render(); ?> $value) : $c++; - $url = \phpOMS\Uri\UriFactory::build('/{/lang}/backend/admin/group/settings?{?}id=' . $value->getId()); ?> + $url = \phpOMS\Uri\UriFactory::build('/{/lang}/backend/admin/group/settings?{?}&id=' . $value->getId()); ?> getId(); ?> getName(); ?> diff --git a/Theme/Backend/stack-archive-list.tpl.php b/Theme/Backend/stack-archive-list.tpl.php index a4a2c0e..cc9981c 100644 --- a/Theme/Backend/stack-archive-list.tpl.php +++ b/Theme/Backend/stack-archive-list.tpl.php @@ -39,7 +39,7 @@ echo $this->getData('nav')->render(); ?> render(); ?> $value) : $c++; - $url = \phpOMS\Uri\UriFactory::build('/{/lang}/backend/admin/group/settings?{?}id=' . $value->getId()); ?> + $url = \phpOMS\Uri\UriFactory::build('/{/lang}/backend/admin/group/settings?{?}&id=' . $value->getId()); ?> getId(); ?> getName(); ?> diff --git a/Theme/Backend/stack-list.tpl.php b/Theme/Backend/stack-list.tpl.php index a4a2c0e..cc9981c 100644 --- a/Theme/Backend/stack-list.tpl.php +++ b/Theme/Backend/stack-list.tpl.php @@ -39,7 +39,7 @@ echo $this->getData('nav')->render(); ?> render(); ?> $value) : $c++; - $url = \phpOMS\Uri\UriFactory::build('/{/lang}/backend/admin/group/settings?{?}id=' . $value->getId()); ?> + $url = \phpOMS\Uri\UriFactory::build('/{/lang}/backend/admin/group/settings?{?}&id=' . $value->getId()); ?> getId(); ?> getName(); ?> diff --git a/Theme/Backend/stack-predefined-list.tpl.php b/Theme/Backend/stack-predefined-list.tpl.php index c50a063..b7c19a6 100644 --- a/Theme/Backend/stack-predefined-list.tpl.php +++ b/Theme/Backend/stack-predefined-list.tpl.php @@ -40,7 +40,7 @@ echo $this->getData('nav')->render(); ?> render(); ?> $value) : $c++; - $url = \phpOMS\Uri\UriFactory::build('/{/lang}/backend/admin/group/settings?{?}id=' . $value->getId()); ?> + $url = \phpOMS\Uri\UriFactory::build('/{/lang}/backend/admin/group/settings?{?}&id=' . $value->getId()); ?> getId(); ?> getName(); ?> diff --git a/Theme/backend/gl-list.tpl.php b/Theme/backend/gl-list.tpl.php index 7b09623..29784c0 100644 --- a/Theme/backend/gl-list.tpl.php +++ b/Theme/backend/gl-list.tpl.php @@ -37,7 +37,7 @@ echo $this->getData('nav')->render(); ?> render(); ?> $value) : $c++; - $url = \phpOMS\Uri\UriFactory::build('/{/lang}/backend/admin/group/settings?{?}id=' . $value->getId()); ?> + $url = \phpOMS\Uri\UriFactory::build('/{/lang}/backend/admin/group/settings?{?}&id=' . $value->getId()); ?> getId(); ?> getName(); ?> diff --git a/Theme/backend/journal-list.tpl.php b/Theme/backend/journal-list.tpl.php index 0bf8ec7..5c0dcce 100644 --- a/Theme/backend/journal-list.tpl.php +++ b/Theme/backend/journal-list.tpl.php @@ -37,7 +37,7 @@ echo $this->getData('nav')->render(); ?> render(); ?> $value) : $c++; - $url = \phpOMS\Uri\UriFactory::build('/{/lang}/backend/admin/group/settings?{?}id=' . $value->getId()); ?> + $url = \phpOMS\Uri\UriFactory::build('/{/lang}/backend/admin/group/settings?{?}&id=' . $value->getId()); ?> getId(); ?> getName(); ?> diff --git a/Theme/backend/stack-archive-list.tpl.php b/Theme/backend/stack-archive-list.tpl.php index a4a2c0e..cc9981c 100644 --- a/Theme/backend/stack-archive-list.tpl.php +++ b/Theme/backend/stack-archive-list.tpl.php @@ -39,7 +39,7 @@ echo $this->getData('nav')->render(); ?> render(); ?> $value) : $c++; - $url = \phpOMS\Uri\UriFactory::build('/{/lang}/backend/admin/group/settings?{?}id=' . $value->getId()); ?> + $url = \phpOMS\Uri\UriFactory::build('/{/lang}/backend/admin/group/settings?{?}&id=' . $value->getId()); ?> getId(); ?> getName(); ?> diff --git a/Theme/backend/stack-list.tpl.php b/Theme/backend/stack-list.tpl.php index a4a2c0e..cc9981c 100644 --- a/Theme/backend/stack-list.tpl.php +++ b/Theme/backend/stack-list.tpl.php @@ -39,7 +39,7 @@ echo $this->getData('nav')->render(); ?> render(); ?> $value) : $c++; - $url = \phpOMS\Uri\UriFactory::build('/{/lang}/backend/admin/group/settings?{?}id=' . $value->getId()); ?> + $url = \phpOMS\Uri\UriFactory::build('/{/lang}/backend/admin/group/settings?{?}&id=' . $value->getId()); ?> getId(); ?> getName(); ?> diff --git a/Theme/backend/stack-predefined-list.tpl.php b/Theme/backend/stack-predefined-list.tpl.php index c50a063..b7c19a6 100644 --- a/Theme/backend/stack-predefined-list.tpl.php +++ b/Theme/backend/stack-predefined-list.tpl.php @@ -40,7 +40,7 @@ echo $this->getData('nav')->render(); ?> render(); ?> $value) : $c++; - $url = \phpOMS\Uri\UriFactory::build('/{/lang}/backend/admin/group/settings?{?}id=' . $value->getId()); ?> + $url = \phpOMS\Uri\UriFactory::build('/{/lang}/backend/admin/group/settings?{?}&id=' . $value->getId()); ?> getId(); ?> getName(); ?>