diff --git a/Theme/Backend/accounts-list.tpl.php b/Theme/Backend/accounts-list.tpl.php index 2e3409c..97818bf 100644 --- a/Theme/Backend/accounts-list.tpl.php +++ b/Theme/Backend/accounts-list.tpl.php @@ -44,7 +44,7 @@ echo $this->getData('nav')->render(); render(); ?> getData('list:elements') as $key => $value) : $c++; - $url = \phpOMS\Uri\UriFactory::build('/{/lang}/backend/admin/account/settings?{?}id=' . $value->getId()); ?> + $url = \phpOMS\Uri\UriFactory::build('/{/lang}/backend/admin/account/settings?{?}&id=' . $value->getId()); ?> getId(); ?> getStatus(); ?> diff --git a/Theme/Backend/groups-list.tpl.php b/Theme/Backend/groups-list.tpl.php index 5aaf579..c089857 100644 --- a/Theme/Backend/groups-list.tpl.php +++ b/Theme/Backend/groups-list.tpl.php @@ -41,7 +41,7 @@ echo $this->getData('nav')->render(); ?> render(); ?> getData('list:elements') as $key => $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/modules-list.tpl.php b/Theme/Backend/modules-list.tpl.php index 579e6be..966caae 100644 --- a/Theme/Backend/modules-list.tpl.php +++ b/Theme/Backend/modules-list.tpl.php @@ -45,7 +45,7 @@ $footerView->setResults(count($modules)); render(); ?> $module) : $count++; - $url = \phpOMS\Uri\UriFactory::build('/{/lang}/backend/admin/module/settings?{?}id=' . $module['name']['internal']); ?> + $url = \phpOMS\Uri\UriFactory::build('/{/lang}/backend/admin/module/settings?{?}&id=' . $module['name']['internal']); ?> diff --git a/Theme/Backend/modules-single.tpl.php b/Theme/Backend/modules-single.tpl.php index 7144327..18a42b1 100644 --- a/Theme/Backend/modules-single.tpl.php +++ b/Theme/Backend/modules-single.tpl.php @@ -51,13 +51,13 @@ $id = $this->request->getData('id') ?? 1; + data-reload="">getText('Deactivate') ?> - - + + - - + + diff --git a/Theme/backend/accounts-list.tpl.php b/Theme/backend/accounts-list.tpl.php index 2e3409c..97818bf 100644 --- a/Theme/backend/accounts-list.tpl.php +++ b/Theme/backend/accounts-list.tpl.php @@ -44,7 +44,7 @@ echo $this->getData('nav')->render(); render(); ?> getData('list:elements') as $key => $value) : $c++; - $url = \phpOMS\Uri\UriFactory::build('/{/lang}/backend/admin/account/settings?{?}id=' . $value->getId()); ?> + $url = \phpOMS\Uri\UriFactory::build('/{/lang}/backend/admin/account/settings?{?}&id=' . $value->getId()); ?> getId(); ?> getStatus(); ?> diff --git a/Theme/backend/groups-list.tpl.php b/Theme/backend/groups-list.tpl.php index 5aaf579..c089857 100644 --- a/Theme/backend/groups-list.tpl.php +++ b/Theme/backend/groups-list.tpl.php @@ -41,7 +41,7 @@ echo $this->getData('nav')->render(); ?> render(); ?> getData('list:elements') as $key => $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/modules-list.tpl.php b/Theme/backend/modules-list.tpl.php index 579e6be..966caae 100644 --- a/Theme/backend/modules-list.tpl.php +++ b/Theme/backend/modules-list.tpl.php @@ -45,7 +45,7 @@ $footerView->setResults(count($modules)); render(); ?> $module) : $count++; - $url = \phpOMS\Uri\UriFactory::build('/{/lang}/backend/admin/module/settings?{?}id=' . $module['name']['internal']); ?> + $url = \phpOMS\Uri\UriFactory::build('/{/lang}/backend/admin/module/settings?{?}&id=' . $module['name']['internal']); ?> diff --git a/Theme/backend/modules-single.tpl.php b/Theme/backend/modules-single.tpl.php index 7144327..18a42b1 100644 --- a/Theme/backend/modules-single.tpl.php +++ b/Theme/backend/modules-single.tpl.php @@ -51,13 +51,13 @@ $id = $this->request->getData('id') ?? 1; + data-reload="">getText('Deactivate') ?> - - + + - - + +