mirror of
https://github.com/Karaka-Management/oms-Admin.git
synced 2026-01-25 19:48:40 +00:00
autocomplete and spellcheck disabled NO_CI
This commit is contained in:
parent
52fd39de7d
commit
bf34df5d63
|
|
@ -68,7 +68,7 @@ echo $this->getData('nav')->render(); ?>
|
|||
<label for="iGid"><?= $this->getHtml('ID', '0', '0'); ?></label>
|
||||
<input id="iGid" name="id" type="text" value="<?= $this->printHtml($group->getId()); ?>" disabled>
|
||||
<label for="iGname"><?= $this->getHtml('Name'); ?></label>
|
||||
<input id="iGname" name="name" type="text" placeholder=" Guest" value="<?= $this->printHtml($group->getName()); ?>">
|
||||
<input id="iGname" name="name" type="text" spellcheck="false" autocomplete="false" placeholder=" Guest" value="<?= $this->printHtml($group->getName()); ?>">
|
||||
<label for="iGstatus"><?= $this->getHtml('Status'); ?></label>
|
||||
<select id="iGstatus" name="status">
|
||||
<?php $status = \phpOMS\Account\GroupStatus::getConstants(); foreach ($status as $stat) : ?>
|
||||
|
|
@ -270,4 +270,4 @@ echo $this->getData('nav')->render(); ?>
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user