From 96cd2fa1367ea2c4294ebd44a482d8f3b0d31485 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sun, 29 Jan 2017 19:59:42 +0100 Subject: [PATCH] More flexbox implementations --- Theme/Backend/promotion-create.tpl.php | 48 +++++++++++++----------- Theme/Backend/promotion-list.tpl.php | 50 +++++++++++++------------ Theme/backend/event-create.tpl.php | 42 +++++++++++---------- Theme/backend/event-list.tpl.php | 52 ++++++++++++++------------ 4 files changed, 104 insertions(+), 88 deletions(-) diff --git a/Theme/Backend/promotion-create.tpl.php b/Theme/Backend/promotion-create.tpl.php index 979f06e..7978c56 100644 --- a/Theme/Backend/promotion-create.tpl.php +++ b/Theme/Backend/promotion-create.tpl.php @@ -19,26 +19,30 @@ echo $this->getData('nav')->render(); ?> -
-

getText('Promotion') ?>

-
-
- - -
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+

getText('Promotion') ?>

+
+
+ + +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+ \ No newline at end of file diff --git a/Theme/Backend/promotion-list.tpl.php b/Theme/Backend/promotion-list.tpl.php index a18a412..f36fc53 100644 --- a/Theme/Backend/promotion-list.tpl.php +++ b/Theme/Backend/promotion-list.tpl.php @@ -21,26 +21,30 @@ $footerView->setPage(1); echo $this->getData('nav')->render(); ?> -
- - - - - - - - $value) : $count++; ?> - - -
getText('Events') ?>
getText('Status'); ?> - getText('Title'); ?> - getText('Start'); ?> - getText('End'); ?> - getText('Expenses'); ?> - getText('Sales'); ?> - getText('Budget'); ?> -
render(); ?> -
getText('Empty', 0, 0); ?> - -
-
+
+
+
+ + + + + + + + $value) : $count++; ?> + + +
getText('Events') ?>
getText('Status'); ?> + getText('Title'); ?> + getText('Start'); ?> + getText('End'); ?> + getText('Expenses'); ?> + getText('Sales'); ?> + getText('Budget'); ?> +
render(); ?> +
getText('Empty', 0, 0); ?> + +
+
+
+
\ No newline at end of file diff --git a/Theme/backend/event-create.tpl.php b/Theme/backend/event-create.tpl.php index 348f2ac..9f20707 100644 --- a/Theme/backend/event-create.tpl.php +++ b/Theme/backend/event-create.tpl.php @@ -19,23 +19,27 @@ echo $this->getData('nav')->render(); ?> -
-

getText('Event') ?>

-
-
- - -
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+

getText('Event') ?>

+
+
+ + +
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+ \ No newline at end of file diff --git a/Theme/backend/event-list.tpl.php b/Theme/backend/event-list.tpl.php index 585b238..034fd7c 100644 --- a/Theme/backend/event-list.tpl.php +++ b/Theme/backend/event-list.tpl.php @@ -21,28 +21,32 @@ $footerView->setPage(1); echo $this->getData('nav')->render(); ?> -
- - - - - - - - $value) : $count++; ?> - - -
getText('Events') ?>
getText('Status'); ?> - getText('Type'); ?> - getText('Title'); ?> - getText('Start'); ?> - getText('End'); ?> - getText('Location'); ?> - getText('Expenses'); ?> - getText('Sales'); ?> - getText('Budget'); ?> -
render(); ?> -
getText('Empty', 0, 0); ?> - -
+
+
+
+ + + + + + + + $value) : $count++; ?> + + +
getText('Events') ?>
getText('Status'); ?> + getText('Type'); ?> + getText('Title'); ?> + getText('Start'); ?> + getText('End'); ?> + getText('Location'); ?> + getText('Expenses'); ?> + getText('Sales'); ?> + getText('Budget'); ?> +
render(); ?> +
getText('Empty', 0, 0); ?> + +
+
+