* @author Dennis Eichhorn * @copyright 2013 Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 * @link http://orange-management.com */ /* * UI Logic */ $_oname = $this->getData('oname') ?? ''; $_timezone = $this->getData('timezone') ?? ''; $_timeformat = $this->getData('timeformat') ?? ''; $_language = $this->getData('language') ?? ''; $_currency = $this->getData('currency') ?? ''; $_decimal_point = $this->getData('decimal_point') ?? ''; $_thousands_sep = $this->getData('thousands_sep') ?? ''; $_password = $this->getData('password') ?? ''; $_country = $this->getData('country') ?? ''; $countries = \phpOMS\Localization\ISO3166EnumArray::getConstants(); $timezones = \phpOMS\Localization\TimeZoneEnumArray::getConstants(); $timeformats = \phpOMS\Localization\ISO8601EnumArray::getConstants(); $languages = \phpOMS\Localization\ISO639EnumArray::getConstants(); $currencies = \phpOMS\Localization\ISO4217EnumArray::getConstants(); ?>

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

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

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