Implement new account selector

This commit is contained in:
Dennis Eichhorn 2019-02-23 19:09:31 +01:00
parent 15f9dce88e
commit 05def1f5d7

View File

@ -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); ?>">