mirror of
https://github.com/Karaka-Management/oms-Admin.git
synced 2026-02-14 03:28:41 +00:00
Fix duplicated id
This commit is contained in:
parent
20487e2279
commit
f6b280acee
|
|
@ -135,8 +135,8 @@ echo $this->getData('nav')->render(); ?>
|
||||||
<form action="<?= \phpOMS\Uri\UriFactory::build('/{/lang}/api/admin/group'); ?>" method="post">
|
<form action="<?= \phpOMS\Uri\UriFactory::build('/{/lang}/api/admin/group'); ?>" method="post">
|
||||||
<table class="layout wf-100">
|
<table class="layout wf-100">
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr><td><label for="iGroup"><?= $this->getHtml('Name'); ?></label>
|
<tr><td><label for="iPermiision"><?= $this->getHtml('Name'); ?></label>
|
||||||
<tr><td><input id="iGroup" name="group" type="text" placeholder=" news_create">
|
<tr><td><input id="iPermiision" name="permission" type="text" placeholder=" permission_create">
|
||||||
<tr><td><input type="submit" value="<?= $this->getHtml('Add', 0, 0); ?>">
|
<tr><td><input type="submit" value="<?= $this->getHtml('Add', 0, 0); ?>">
|
||||||
</table>
|
</table>
|
||||||
</form>
|
</form>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user