mirror of
https://github.com/Karaka-Management/oms-Admin.git
synced 2026-01-29 21:18:41 +00:00
Finalize attribute tests
This commit is contained in:
parent
2155236243
commit
563c9ac5af
|
|
@ -24,9 +24,8 @@ echo $this->getData('nav')->render(); ?>
|
|||
<form id="fAccount" action="<?= \phpOMS\Uri\UriFactory::build('/{/lang}/api/admin/account'); ?>" method="put">
|
||||
<table class="layout wf-100">
|
||||
<tbody>
|
||||
<img src="">
|
||||
<tr><td><label for="iType"><?= $this->getHtml('Type'); ?></label>
|
||||
<tr><td><select id="*Type" name="type">
|
||||
<tr><td><select id="Type" name="type">
|
||||
<option value="<?= $this->printHtml(\phpOMS\Account\AccountType::USER); ?>"><?= $this->getHtml('Person'); ?>
|
||||
<option value="<?= $this->printHtml(\phpOMS\Account\AccountType::GROUP); ?>"><?= $this->getHtml('Organization'); ?>
|
||||
</select>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user