mirror of
https://github.com/magicbug/Cloudlog
synced 2026-08-13 17:49:35 -04:00
parent
ef0c3e98ce
commit
949f7ee4f9
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ body {
|
|||
<div>
|
||||
<label for="floatingInput"><strong><?php echo lang('account_username'); ?></strong></label>
|
||||
<input type="text" name="user_name" class="form-control" id="floatingInput" placeholder="<?php echo lang('account_username'); ?>"
|
||||
value="<?php echo $this->input->post('user_name'); ?>">
|
||||
value="<?php echo $this->input->post('user_name'); ?>" autofocus>
|
||||
</div>
|
||||
<div>
|
||||
<label for="floatingPassword"><strong><?php echo lang('account_password'); ?></strong></label>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue