mirror of
https://github.com/Karaka-Management/oms-Admin.git
synced 2026-02-15 20:18:40 +00:00
Template fixes
This commit is contained in:
parent
5fdefccc6b
commit
20487e2279
|
|
@ -14,9 +14,9 @@
|
||||||
/**
|
/**
|
||||||
* @var \phpOMS\Views\View $this
|
* @var \phpOMS\Views\View $this
|
||||||
*/
|
*/
|
||||||
$group = $this->getData('group');
|
$group = $this->getData('group');
|
||||||
$permissions = $this->getData('permissions');
|
$permissions = $this->getData('permissions');
|
||||||
$accounts = $this->getData('accounts');
|
$accounts = $this->getData('accounts');
|
||||||
|
|
||||||
echo $this->getData('nav')->render(); ?>
|
echo $this->getData('nav')->render(); ?>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -24,11 +24,11 @@ $_thousands_sep = $this->getData('thousands_sep') ?? '';
|
||||||
$_password = $this->getData('password') ?? '';
|
$_password = $this->getData('password') ?? '';
|
||||||
$_country = $this->getData('country') ?? '';
|
$_country = $this->getData('country') ?? '';
|
||||||
|
|
||||||
$countries = \phpOMS\Localization\ISO3166NameEnum::getConstants();
|
$countries = \phpOMS\Localization\ISO3166NameEnum::getConstants();
|
||||||
$timezones = \phpOMS\Localization\TimeZoneEnumArray::getConstants();
|
$timezones = \phpOMS\Localization\TimeZoneEnumArray::getConstants();
|
||||||
$timeformats = \phpOMS\Localization\ISO8601EnumArray::getConstants();
|
$timeformats = \phpOMS\Localization\ISO8601EnumArray::getConstants();
|
||||||
$languages = \phpOMS\Localization\ISO639Enum::getConstants();
|
$languages = \phpOMS\Localization\ISO639Enum::getConstants();
|
||||||
$currencies = \phpOMS\Localization\ISO4217Enum::getConstants();
|
$currencies = \phpOMS\Localization\ISO4217Enum::getConstants();
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<div class="tabular-2">
|
<div class="tabular-2">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user