From ff106e04fcfe54590314ad256702ae9afebbd495 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Thu, 26 Jan 2017 16:42:54 +0100 Subject: [PATCH] File path fixes --- Theme/backend/Lang/api.en.lang.php | 2 +- Theme/backend/accounts-create.tpl.php | 18 +- Theme/backend/groups-create.tpl.php | 8 +- Theme/backend/groups-list.tpl.php | 2 +- Theme/backend/modules-list.tpl.php | 2 +- Theme/backend/settings-general.tpl.php | 303 +++++++++++++++++++------ 6 files changed, 256 insertions(+), 79 deletions(-) diff --git a/Theme/backend/Lang/api.en.lang.php b/Theme/backend/Lang/api.en.lang.php index e593bf9..a82e530 100644 --- a/Theme/backend/Lang/api.en.lang.php +++ b/Theme/backend/Lang/api.en.lang.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.0 + * PHP Version 7.1 * * @category TBD * @package TBD diff --git a/Theme/backend/accounts-create.tpl.php b/Theme/backend/accounts-create.tpl.php index f79e315..20842ea 100644 --- a/Theme/backend/accounts-create.tpl.php +++ b/Theme/backend/accounts-create.tpl.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.0 + * PHP Version 7.1 * * @category TBD * @package TBD @@ -18,20 +18,20 @@ echo $this->getData('nav')->render(); ?>

getText('Account') ?>

-
+
@@ -44,7 +44,7 @@ echo $this->getData('nav')->render(); ?>
-
+
diff --git a/Theme/backend/groups-create.tpl.php b/Theme/backend/groups-create.tpl.php index 9010229..a292fd5 100644 --- a/Theme/backend/groups-create.tpl.php +++ b/Theme/backend/groups-create.tpl.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.0 + * PHP Version 7.1 * * @category TBD * @package TBD @@ -25,8 +25,12 @@ echo $this->getData('nav')->render(); ?>
+
+
-
+
diff --git a/Theme/backend/groups-list.tpl.php b/Theme/backend/groups-list.tpl.php index 61b6bf5..34fa9a3 100644 --- a/Theme/backend/groups-list.tpl.php +++ b/Theme/backend/groups-list.tpl.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.0 + * PHP Version 7.1 * * @category TBD * @package TBD diff --git a/Theme/backend/modules-list.tpl.php b/Theme/backend/modules-list.tpl.php index 4be3da7..3dd862e 100644 --- a/Theme/backend/modules-list.tpl.php +++ b/Theme/backend/modules-list.tpl.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.0 + * PHP Version 7.1 * * @category TBD * @package TBD diff --git a/Theme/backend/settings-general.tpl.php b/Theme/backend/settings-general.tpl.php index f6e74d9..454be2e 100644 --- a/Theme/backend/settings-general.tpl.php +++ b/Theme/backend/settings-general.tpl.php @@ -2,7 +2,7 @@ /** * Orange Management * - * PHP Version 7.0 + * PHP Version 7.1 * * @category TBD * @package TBD @@ -27,72 +27,245 @@ $_thousands_sep = $this->getData('thousands_sep') ?? ''; $_password = $this->getData('password') ?? ''; $_country = $this->getData('country') ?? ''; -$countries = \phpOMS\Localization\ISO3166EnumArray::getConstants(); +$countries = \phpOMS\Localization\ISO3166NameEnum::getConstants(); $timezones = \phpOMS\Localization\TimeZoneEnumArray::getConstants(); $timeformats = \phpOMS\Localization\ISO8601EnumArray::getConstants(); -$languages = \phpOMS\Localization\ISO639EnumArray::getConstants(); -$currencies = \phpOMS\Localization\ISO4217EnumArray::getConstants(); - +$languages = \phpOMS\Localization\ISO639Enum::getConstants(); +$currencies = \phpOMS\Localization\ISO4217Enum::getConstants(); ?> -
-

getText('Settings') ?>

-
- - - -
-
-
-
-
-
- -
-
-
-

getText('Localization') ?>

-
-
- - -
-
-
-
-
-
-
-
-
-
-

getText('Numberformat') ?>

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

getText('Settings') ?>

+
+
+ + +
+
+
+
+
+
+
+
+
+
+ +
+
+

getText('Localization') ?>

+
+
+ + +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ +
+

getText('Numeric') ?>

+
+
+ +
+
+

getText('Numberformat') ?>

+
+ +
+ +
+
+
+
+ +
+

getText('Weight') ?>

+
+
+ + + + + + + + + + + + +
+
+
+
+ +
+

getText('Speed') ?>

+
+
+ + + + + + + + + + + + + + +
+
+
+
+ +
+

getText('Length') ?>

+
+
+ + + + + + + + + + + + + + +
+
+
+
+ +
+

getText('Area') ?>

+
+
+ + + + + + + + + + + + +
+
+
+
+ +
+

getText('Volume') ?>

+
+
+ + + + + + + + + + + + + + + + + + +
+
+
+
+
+
+