Only show login icon when icons are enabled
This commit is contained in:
parent
364b2fdd91
commit
fa705816c5
@ -279,7 +279,7 @@ function print_login()
|
|||||||
<div>
|
<div>
|
||||||
<form class="form-signin form-horizontal" role="form" action="index.php" method="post" name="form1">
|
<form class="form-signin form-horizontal" role="form" action="index.php" method="post" name="form1">
|
||||||
|
|
||||||
<h2 class="form-signin-heading"><span class="mega-octicon octicon-sign-in" style="<?php echo $display; ?>"></span> <?php echo $hesklang['admin_login']; ?></a></h2><br/>
|
<h2 class="form-signin-heading"><span <?php echo $display; ?>><span class="mega-octicon octicon-sign-in"></span> </span><?php echo $hesklang['admin_login']; ?></a></h2><br/>
|
||||||
<?php if (in_array('pass',$_SESSION['a_iserror'])) { echo '<div class="form-group has-error">';} else { echo '<div class="form-group">';}?>
|
<?php if (in_array('pass',$_SESSION['a_iserror'])) { echo '<div class="form-group has-error">';} else { echo '<div class="form-group">';}?>
|
||||||
<label for="user" class="col-sm-3 control-label"><?php echo $hesklang['username']; ?>:</label>
|
<label for="user" class="col-sm-3 control-label"><?php echo $hesklang['username']; ?>:</label>
|
||||||
<div class="col-sm-9">
|
<div class="col-sm-9">
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user