From d96a658bb35ffe6f59b1bd9b9f61c73e58ea139a Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Tue, 17 May 2016 20:14:04 +0200 Subject: [PATCH] Simplyfing layout --- Theme/Backend/modules-list.tpl.php | 4 ++-- Theme/Backend/modules-single.tpl.php | 8 ++++---- Theme/Backend/settings-general.tpl.php | 4 ++-- Theme/backend/accounts-create.tpl.php | 6 +++--- Theme/backend/accounts-list.tpl.php | 4 ++-- Theme/backend/accounts-single.tpl.php | 6 +++--- Theme/backend/groups-create.tpl.php | 6 +++--- Theme/backend/groups-list.tpl.php | 4 ++-- Theme/backend/groups-single.tpl.php | 8 ++++---- 9 files changed, 25 insertions(+), 25 deletions(-) diff --git a/Theme/Backend/modules-list.tpl.php b/Theme/Backend/modules-list.tpl.php index 6bc650b..c98d873 100644 --- a/Theme/Backend/modules-list.tpl.php +++ b/Theme/Backend/modules-list.tpl.php @@ -29,7 +29,7 @@ $footerView->setPage(1); $footerView->setResults(count($modules)); ?> -
+
@@ -59,4 +59,4 @@ $footerView->setResults(count($modules));
l11n->lang['Admin']['Modules']; ?>
l11n->lang[0]['Empty']; ?>
-
+ diff --git a/Theme/Backend/modules-single.tpl.php b/Theme/Backend/modules-single.tpl.php index 53274a4..c5b8fe0 100644 --- a/Theme/Backend/modules-single.tpl.php +++ b/Theme/Backend/modules-single.tpl.php @@ -25,7 +25,7 @@ $id = $this->request->getData('id') ?? 1; ?>
-

+

@@ -62,7 +62,7 @@ $id = $this->request->getData('id') ?? 1;
-

l11n->lang['Admin']['Settings'] ?>

+

l11n->lang['Admin']['Settings'] ?>

@@ -70,7 +70,7 @@ $id = $this->request->getData('id') ?? 1;
-

l11n->lang['Admin']['Groups'] ?>

+

l11n->lang['Admin']['Groups'] ?>

@@ -78,7 +78,7 @@ $id = $this->request->getData('id') ?? 1;
-

l11n->lang['Admin']['Permissions'] ?>

+

l11n->lang['Admin']['Permissions'] ?>

diff --git a/Theme/Backend/settings-general.tpl.php b/Theme/Backend/settings-general.tpl.php index c9ce872..c9ed41d 100644 --- a/Theme/Backend/settings-general.tpl.php +++ b/Theme/Backend/settings-general.tpl.php @@ -35,7 +35,7 @@ $currencies = \phpOMS\Localization\ISO4217EnumArray::getConstants(); ?>
-

l11n->lang['Admin']['Settings'] ?>

+

l11n->lang['Admin']['Settings'] ?>

@@ -51,7 +51,7 @@ $currencies = \phpOMS\Localization\ISO4217EnumArray::getConstants();
-

l11n->lang['Admin']['Localization'] ?>

+

l11n->lang['Admin']['Localization'] ?>

diff --git a/Theme/backend/accounts-create.tpl.php b/Theme/backend/accounts-create.tpl.php index 214588a..2907afd 100644 --- a/Theme/backend/accounts-create.tpl.php +++ b/Theme/backend/accounts-create.tpl.php @@ -16,7 +16,7 @@ echo $this->getData('nav')->render(); ?>
-

l11n->lang['Admin']['Account'] ?>

+

l11n->lang['Admin']['Account'] ?>

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

l11n->lang['Admin']['Groups'] ?>

+

l11n->lang['Admin']['Groups'] ?>

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

l11n->lang['Admin']['Permissions'] ?>

+

l11n->lang['Admin']['Permissions'] ?>

diff --git a/Theme/backend/accounts-list.tpl.php b/Theme/backend/accounts-list.tpl.php index fa09d06..5fa0005 100644 --- a/Theme/backend/accounts-list.tpl.php +++ b/Theme/backend/accounts-list.tpl.php @@ -28,7 +28,7 @@ $footerView->setResults($this->getData('list:count')); echo $this->getData('nav')->render(); ?> -
+
@@ -54,4 +54,4 @@ echo $this->getData('nav')->render();
l11n->lang['Admin']['Groups']; ?>
l11n->lang[0]['Empty']; ?>
-
+ diff --git a/Theme/backend/accounts-single.tpl.php b/Theme/backend/accounts-single.tpl.php index 4b94ae0..864286a 100644 --- a/Theme/backend/accounts-single.tpl.php +++ b/Theme/backend/accounts-single.tpl.php @@ -21,7 +21,7 @@ $account = $this->getData('account'); echo $this->getData('nav')->render(); ?>
-

l11n->lang['Admin']['Account'] ?>

+

l11n->lang['Admin']['Account'] ?>

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

l11n->lang['Admin']['Groups'] ?>

+

l11n->lang['Admin']['Groups'] ?>

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

l11n->lang['Admin']['Permissions'] ?>

+

l11n->lang['Admin']['Permissions'] ?>

diff --git a/Theme/backend/groups-create.tpl.php b/Theme/backend/groups-create.tpl.php index 1edd32b..a3bb2fa 100644 --- a/Theme/backend/groups-create.tpl.php +++ b/Theme/backend/groups-create.tpl.php @@ -20,7 +20,7 @@ echo $this->getData('nav')->render(); ?>
-

l11n->lang['Admin']['Group'] ?>

+

l11n->lang['Admin']['Group'] ?>

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

l11n->lang['Admin']['Parent'] ?>

+

l11n->lang['Admin']['Parent'] ?>

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

l11n->lang['Admin']['Permissions'] ?>

+

l11n->lang['Admin']['Permissions'] ?>

diff --git a/Theme/backend/groups-list.tpl.php b/Theme/backend/groups-list.tpl.php index 46384d9..c55786a 100644 --- a/Theme/backend/groups-list.tpl.php +++ b/Theme/backend/groups-list.tpl.php @@ -26,7 +26,7 @@ $footerView->setResults($this->getData('list:count') ?? 1); echo $this->getData('nav')->render(); ?> -
+
@@ -52,4 +52,4 @@ echo $this->getData('nav')->render(); ?>
l11n->lang['Admin']['Groups']; ?>
l11n->lang[0]['Empty']; ?>
-
+ diff --git a/Theme/backend/groups-single.tpl.php b/Theme/backend/groups-single.tpl.php index 8d60803..908177b 100644 --- a/Theme/backend/groups-single.tpl.php +++ b/Theme/backend/groups-single.tpl.php @@ -22,7 +22,7 @@ $group = $this->getData('group'); echo $this->getData('nav')->render(); ?>
-

l11n->lang['Admin']['Group'] ?>

+

l11n->lang['Admin']['Group'] ?>

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

l11n->lang['Admin']['Parent'] ?>

+

l11n->lang['Admin']['Parent'] ?>

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

l11n->lang['Admin']['Permissions'] ?>

+

l11n->lang['Admin']['Permissions'] ?>

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

l11n->lang['Admin']['Accounts'] ?>

+

l11n->lang['Admin']['Accounts'] ?>