summaryrefslogtreecommitdiffstats
path: root/template/admin/html/auth.php
diff options
context:
space:
mode:
Diffstat (limited to 'template/admin/html/auth.php')
-rw-r--r--template/admin/html/auth.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/template/admin/html/auth.php b/template/admin/html/auth.php
index f2b4cca..0ab2d90 100644
--- a/template/admin/html/auth.php
+++ b/template/admin/html/auth.php
@@ -13,15 +13,15 @@
<section class="flex">
<section>
<div class="form-icon-flex"><i class="fa fa-user-secret"></i></div>
- <div class="form-label-flex"><label for="L_USERNAME"><?=$Language->template('label_username')?></label></div>
- <div class="form-field-flex"><input id="L_USERNAME" name="username" value="<?=escapeHTML($FORM['DATA']['USERNAME'])?>" /></div>
+ <div class="form-label-flex"><label for="form_username"><?=$Language->template('label_username')?></label></div>
+ <div class="form-field-flex"><input id="form_username" name="username" value="<?=escapeHTML($FORM['DATA']['USERNAME'])?>" /></div>
</section>
</section>
<section class="flex">
<section>
<div class="form-icon-flex"><i class="fa fa-key"></i></div>
- <div class="form-label-flex"><label for="L_PASSWORD"><?=$Language->template('label_password')?></label></div>
- <div class="form-field-flex"><input type="password" id="L_PASSWORD" name="password" /></div>
+ <div class="form-label-flex"><label for="form_password"><?=$Language->template('label_password')?></label></div>
+ <div class="form-field-flex"><input type="password" id="form_password" name="password" /></div>
</section>
</section>
<section class="flex flex-padding background">