mirror of
https://github.com/Karaka-Management/oms-Admin.git
synced 2026-02-15 03:58:41 +00:00
spellcheck and autofocus disabled NO_CI
This commit is contained in:
parent
bf34df5d63
commit
ca1971a297
|
|
@ -34,7 +34,7 @@ echo $this->getData('nav')->render(); ?>
|
||||||
<option value="<?= $this->printHtml(\phpOMS\Account\GroupStatus::INACTIVE); ?>"><?= $this->getHtml('Inactive'); ?>
|
<option value="<?= $this->printHtml(\phpOMS\Account\GroupStatus::INACTIVE); ?>"><?= $this->getHtml('Inactive'); ?>
|
||||||
</select>
|
</select>
|
||||||
<tr><td><label for="iGname"><?= $this->getHtml('Name'); ?></label>
|
<tr><td><label for="iGname"><?= $this->getHtml('Name'); ?></label>
|
||||||
<tr><td><input id="iGname" name="name" type="text" placeholder=" Guest" required>
|
<tr><td><input id="iGname" name="name" type="text" spellcheck="false" autocomplete="false" placeholder=" Guest" required>
|
||||||
<tr><td><?= $this->getData('editor')->render('group-editor'); ?>
|
<tr><td><?= $this->getData('editor')->render('group-editor'); ?>
|
||||||
<tr><td><?= $this->getData('editor')->getData('text')->render('group-editor', 'description', 'fGroupCreate'); ?>
|
<tr><td><?= $this->getData('editor')->getData('text')->render('group-editor', 'description', 'fGroupCreate'); ?>
|
||||||
</table>
|
</table>
|
||||||
|
|
@ -45,4 +45,4 @@ echo $this->getData('nav')->render(); ?>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user