mirror of
https://github.com/Karaka-Management/oms-HumanResourceTimeRecording.git
synced 2026-02-11 02:18:42 +00:00
update
This commit is contained in:
parent
77767c5500
commit
e5fbdef9ad
|
|
@ -260,14 +260,14 @@ $head = $this->head;
|
||||||
<h1><?= $this->getHtml('Login', '0', '0'); ?>:</h1>
|
<h1><?= $this->getHtml('Login', '0', '0'); ?>:</h1>
|
||||||
<label for="iName"><?= $this->getHtml('Username', '0', '0'); ?>:</label>
|
<label for="iName"><?= $this->getHtml('Username', '0', '0'); ?>:</label>
|
||||||
<div class="inputWithIcon">
|
<div class="inputWithIcon">
|
||||||
<input id="iName" type="text" name="user" tabindex="3" value="admin" autofocus>
|
|
||||||
<i class="frontIcon fa fa-user fa-lg fa-fw" aria-hidden="true"></i>
|
<i class="frontIcon fa fa-user fa-lg fa-fw" aria-hidden="true"></i>
|
||||||
|
<input id="iName" type="text" name="user" tabindex="3" value="admin" autofocus>
|
||||||
<i class="endIcon fa fa-times close fa-lg fa-fw" aria-hidden="true"></i>
|
<i class="endIcon fa fa-times close fa-lg fa-fw" aria-hidden="true"></i>
|
||||||
</div>
|
</div>
|
||||||
<label for="iPassword"><?= $this->getHtml('Password', '0', '0'); ?>:</label>
|
<label for="iPassword"><?= $this->getHtml('Password', '0', '0'); ?>:</label>
|
||||||
<div class="inputWithIcon">
|
<div class="inputWithIcon">
|
||||||
<input id="iPassword" type="password" name="pass" tabindex="4" value="orange">
|
|
||||||
<i class="frontIcon fa fa-lock fa-lg fa-fw" aria-hidden="true"></i>
|
<i class="frontIcon fa fa-lock fa-lg fa-fw" aria-hidden="true"></i>
|
||||||
|
<input id="iPassword" type="password" name="pass" tabindex="4" value="orange">
|
||||||
<i class="endIcon fa fa-times close fa-lg fa-fw" aria-hidden="true"></i>
|
<i class="endIcon fa fa-times close fa-lg fa-fw" aria-hidden="true"></i>
|
||||||
</div>
|
</div>
|
||||||
<input id="iLoginButton" name="loginButton" type="submit" value="<?= $this->getHtml('Login', '0', '0'); ?>" tabindex="5">
|
<input id="iLoginButton" name="loginButton" type="submit" value="<?= $this->getHtml('Login', '0', '0'); ?>" tabindex="5">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user