Skip to content

Commit

Permalink
Merge pull request pi-hole#1017 from Pazekal90/changeLogin
Browse files Browse the repository at this point in the history
Dont show Shortcuts on small devices, because mostly there is not key…
  • Loading branch information
AzureMarker authored Oct 20, 2019
2 parents 5e62f0e + a7bbe98 commit 49c6832
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/pi-hole/php/loginpage.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@
<span class="fa fa-key form-control-feedback"></span>
</div>
<div class="row">
<div class="col-xs-8">
<div class="col-xs-8 visible-md">
<ul>
<li><samp>Return</samp> &rarr; Log in and go to requested page (<?php echo $scriptname; ?>)</li>
<li><samp>Ctrl+Return</samp> &rarr; Log in and go to Settings page</li>
</ul>
</div>
<div class="col-xs-4">
<div class="form-group">
<div class="col-xs-12 col-md-4">
<div class="form-group pull-left">
<div class="checkbox pull-right"><label><input type="checkbox" id="logincookie" name="persistentlogin">Remember me for 7 days</label></div>
</div>
<button type="submit" href="#" class="btn btn-primary pull-right"><i class="glyphicon glyphicon-log-in"></i>&nbsp;&nbsp;&nbsp;Log in</button>
Expand Down

0 comments on commit 49c6832

Please sign in to comment.