diff --git a/Theme/backend/gl-list.tpl.php b/Theme/backend/gl-list.tpl.php
index 3713a4c..7b09623 100644
--- a/Theme/backend/gl-list.tpl.php
+++ b/Theme/backend/gl-list.tpl.php
@@ -37,7 +37,7 @@ echo $this->getData('nav')->render(); ?>
| = $footerView->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()); ?>
| = $value->getId(); ?>
| = $value->getName(); ?>
diff --git a/Theme/backend/journal-list.tpl.php b/Theme/backend/journal-list.tpl.php
index 53ea232..0bf8ec7 100644
--- a/Theme/backend/journal-list.tpl.php
+++ b/Theme/backend/journal-list.tpl.php
@@ -37,7 +37,7 @@ echo $this->getData('nav')->render(); ?>
|
| = $footerView->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()); ?>
| = $value->getId(); ?>
| = $value->getName(); ?>
diff --git a/Theme/backend/stack-archive-list.tpl.php b/Theme/backend/stack-archive-list.tpl.php
index 6d9caed..a4a2c0e 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(); ?>
|
| = $footerView->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()); ?>
| = $value->getId(); ?>
| = $value->getName(); ?>
|