autocomplete and spellcheck disabled NO_CI

This commit is contained in:
Dennis Eichhorn 2020-06-05 11:37:39 +02:00 committed by GitHub
parent 52fd39de7d
commit bf34df5d63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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="&#xf0c0; Guest" value="<?= $this->printHtml($group->getName()); ?>">
<input id="iGname" name="name" type="text" spellcheck="false" autocomplete="false" placeholder="&#xf0c0; 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>