From e82b1d69532b8a0a15d8f47770c4ec595332db14 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sat, 26 Mar 2016 18:59:38 +0100 Subject: [PATCH] Case fix! --- Theme/Backend/Lang/Navigation.en.lang.php | 18 +++++++ Theme/Backend/Lang/api.en.lang.php | 17 ++++++ Theme/Backend/Lang/en.lang.php | 38 ++++++++++++++ .../Backend/projectmanagement-create.tpl.php | 52 +++++++++++++++++++ Theme/Backend/projectmanagement-list.tpl.php | 43 +++++++++++++++ .../Backend/projectmanagement-profile.tpl.php | 16 ++++++ 6 files changed, 184 insertions(+) create mode 100644 Theme/Backend/Lang/Navigation.en.lang.php create mode 100644 Theme/Backend/Lang/api.en.lang.php create mode 100644 Theme/Backend/Lang/en.lang.php create mode 100644 Theme/Backend/projectmanagement-create.tpl.php create mode 100644 Theme/Backend/projectmanagement-list.tpl.php create mode 100644 Theme/Backend/projectmanagement-profile.tpl.php diff --git a/Theme/Backend/Lang/Navigation.en.lang.php b/Theme/Backend/Lang/Navigation.en.lang.php new file mode 100644 index 0000000..5f1bb31 --- /dev/null +++ b/Theme/Backend/Lang/Navigation.en.lang.php @@ -0,0 +1,18 @@ + + * @author Dennis Eichhorn + * @copyright 2013 Dennis Eichhorn + * @license OMS License 1.0 + * @version 1.0.0 + * @link http://orange-management.com + */ +$MODLANG['Navigation'] = [ + 'ProjectManagement' => 'Project Management', +]; diff --git a/Theme/Backend/Lang/api.en.lang.php b/Theme/Backend/Lang/api.en.lang.php new file mode 100644 index 0000000..eea62f6 --- /dev/null +++ b/Theme/Backend/Lang/api.en.lang.php @@ -0,0 +1,17 @@ + + * @author Dennis Eichhorn + * @copyright 2013 Dennis Eichhorn + * @license OMS License 1.0 + * @version 1.0.0 + * @link http://orange-management.com + */ +$MODLANG[1] = [ +]; diff --git a/Theme/Backend/Lang/en.lang.php b/Theme/Backend/Lang/en.lang.php new file mode 100644 index 0000000..279d7b9 --- /dev/null +++ b/Theme/Backend/Lang/en.lang.php @@ -0,0 +1,38 @@ + + * @author Dennis Eichhorn + * @copyright 2013 Dennis Eichhorn + * @license OMS License 1.0 + * @version 1.0.0 + * @link http://orange-management.com + */ +$MODLANG['ProjectManagement'] = [ + 'Active' => 'Active', + 'Budget' => 'Budget', + 'Canceled' => 'Canceled', + 'Created' => 'Created', + 'Creator' => 'Creator', + 'Description' => 'Description', + 'Due' => 'Due', + 'Files' => 'Files', + 'Finished' => 'Finished', + 'Hold' => 'Hold', + 'Inactive' => 'Inactive', + 'Manager' => 'Manager', + 'Name' => 'Name', + 'Other' => 'Other', + 'Project' => 'Project', + 'Projects' => 'Projects', + 'Responsibility' => 'Responsibility', + 'Start' => 'Start', + 'Status' => 'Status', + 'Title' => 'Title', + 'UserGroup' => 'User/Group', +]; diff --git a/Theme/Backend/projectmanagement-create.tpl.php b/Theme/Backend/projectmanagement-create.tpl.php new file mode 100644 index 0000000..9eef894 --- /dev/null +++ b/Theme/Backend/projectmanagement-create.tpl.php @@ -0,0 +1,52 @@ + + * @author Dennis Eichhorn + * @copyright 2013 Dennis Eichhorn + * @license OMS License 1.0 + * @version 1.0.0 + * @link http://orange-management.com + */ + +echo $this->getData('nav')->render(); ?> + +
+

l11n->lang['ProjectManagement']['Project']; ?>

+
+
+ +
+
+
+
+
+
+
+
+
+
+
+
+
+
+ +
+
+
+
+
diff --git a/Theme/Backend/projectmanagement-list.tpl.php b/Theme/Backend/projectmanagement-list.tpl.php new file mode 100644 index 0000000..c496ba0 --- /dev/null +++ b/Theme/Backend/projectmanagement-list.tpl.php @@ -0,0 +1,43 @@ + + * @author Dennis Eichhorn + * @copyright 2013 Dennis Eichhorn + * @license OMS License 1.0 + * @version 1.0.0 + * @link http://orange-management.com + */ + +$footerView = new \Web\Views\Lists\PaginationView($this->app, $this->request, $this->response); +$footerView->setTemplate('/Web/Templates/Lists/Footer/PaginationBig'); +$footerView->setPages(20); +$footerView->setPage(1); + +echo $this->getData('nav')->render(); ?> + +
+ + + + + + + + $value) : $count++; ?> + + +
l11n->lang['ProjectManagement']['Projects'] ?>
l11n->lang['ProjectManagement']['Status']; ?> + l11n->lang['ProjectManagement']['Title']; ?> + l11n->lang['ProjectManagement']['Start']; ?> + l11n->lang['ProjectManagement']['Due']; ?> +
render(); ?> +
l11n->lang[0]['Empty']; ?> + +
+
diff --git a/Theme/Backend/projectmanagement-profile.tpl.php b/Theme/Backend/projectmanagement-profile.tpl.php new file mode 100644 index 0000000..ac22ab8 --- /dev/null +++ b/Theme/Backend/projectmanagement-profile.tpl.php @@ -0,0 +1,16 @@ + + * @author Dennis Eichhorn + * @copyright 2013 Dennis Eichhorn + * @license OMS License 1.0 + * @version 1.0.0 + * @link http://orange-management.com + */ +echo $this->getData('nav')->render(); ?>