mirror of
https://github.com/Karaka-Management/oms-Admin.git
synced 2026-02-06 08:18:40 +00:00
Implement new account selector
This commit is contained in:
parent
15f9dce88e
commit
05def1f5d7
|
|
@ -87,8 +87,8 @@ echo $this->getData('nav')->render(); ?>
|
|||
<form id="iAddAccountToGroup" action="<?= \phpOMS\Uri\UriFactory::build('{/lang}/api/admin/group/account'); ?>" method="put">
|
||||
<table class="layout wf-100">
|
||||
<tbody>
|
||||
<tr><td><label for="iGParentName"><?= $this->getHtml('Name'); ?></label>
|
||||
<tr><td><?= $this->getData('accGrpSelector')->render('iAccount', true); ?>
|
||||
<tr><td><label for="iAccount"><?= $this->getHtml('Name'); ?></label>
|
||||
<tr><td><?= $this->getData('accGrpSelector')->render('iAccount', 'iaccount-idlist', true); ?>
|
||||
<tr><td>
|
||||
<input name="group" type="hidden" value="<?= $this->printHtml($group->getId()); ?>">
|
||||
<input type="submit" value="<?= $this->getHtml('Add', 0, 0); ?>">
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user