mirror of
https://github.com/Karaka-Management/oms-Admin.git
synced 2026-01-27 12:38:39 +00:00
disable spellcheck
This commit is contained in:
parent
24b72e3f8e
commit
464f3d5847
|
|
@ -40,15 +40,15 @@ echo $this->getData('nav')->render(); ?>
|
|||
<option value="<?= $this->printHtml(\phpOMS\Account\AccountStatus::BANNED); ?>"><?= $this->getHtml('Banned'); ?>
|
||||
</select>
|
||||
<tr><td><label for="iUsername"><?= $this->getHtml('Username'); ?></label>
|
||||
<tr><td><input id="iUsername" name="login" type="text" placeholder=" Fred">
|
||||
<tr><td><input id="iUsername" name="login" type="text" spellcheck="false" placeholder=" Fred">
|
||||
<tr><td><label for="iName1"><?= $this->getHtml('Name1'); ?></label>
|
||||
<tr><td><input id="iName1" name="name1" type="text" placeholder=" Donald" required>
|
||||
<tr><td><input id="iName1" name="name1" type="text" spellcheck="false" placeholder=" Donald" required>
|
||||
<tr><td><label for="iName2"><?= $this->getHtml('Name2'); ?></label>
|
||||
<tr><td><input id="iName2" name="name2" type="text" placeholder=" Fauntleroy">
|
||||
<tr><td><input id="iName2" name="name2" type="text" spellcheck="false" placeholder=" Fauntleroy">
|
||||
<tr><td><label for="iName3"><?= $this->getHtml('Name3'); ?></label>
|
||||
<tr><td><input id="iName3" name="name3" type="text" placeholder=" Duck">
|
||||
<tr><td><input id="iName3" name="name3" type="text" spellcheck="false" placeholder=" Duck">
|
||||
<tr><td><label for="iEmail"><?= $this->getHtml('Email'); ?></label>
|
||||
<tr><td><input id="iEmail" name="email" type="email" placeholder=" d.duck@duckburg.com">
|
||||
<tr><td><input id="iEmail" name="email" type="email" spellcheck="false" placeholder=" d.duck@duckburg.com">
|
||||
<tr><td><label for="iPassword"><?= $this->getHtml('Name3'); ?></label>
|
||||
<tr><td><input id="iPassword" name="password" type="password" placeholder=" Pa55ssw0rd?">
|
||||
</table>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user