Minor display change
This commit is contained in:
parent
e2c74f9467
commit
d364af141f
@ -26,8 +26,9 @@ if (! isset($_SERVER['HTTPS']) || strtolower($_SERVER['HTTPS']) != 'on') {
|
|||||||
_('Warning'),_('This web connection is unencrypted'));
|
_('Warning'),_('This web connection is unencrypted'));
|
||||||
echo '</span>';
|
echo '</span>';
|
||||||
echo '</center>';
|
echo '</center>';
|
||||||
}
|
|
||||||
echo '<br />';
|
echo '<br />';
|
||||||
|
}
|
||||||
|
|
||||||
# HTTP Basic Auth Form.
|
# HTTP Basic Auth Form.
|
||||||
if ($app['server']->getAuthType() == 'http') {
|
if ($app['server']->getAuthType() == 'http') {
|
||||||
@ -88,6 +89,8 @@ if ($app['server']->getAuthType() == 'http') {
|
|||||||
echo '</center>';
|
echo '</center>';
|
||||||
echo '</form>';
|
echo '</form>';
|
||||||
|
|
||||||
|
echo '<br/>';
|
||||||
|
|
||||||
echo '<script type="text/javascript" language="javascript">document.getElementById(\'login\').focus()</script>';
|
echo '<script type="text/javascript" language="javascript">document.getElementById(\'login\').focus()</script>';
|
||||||
|
|
||||||
if ($app['server']->isAnonBindAllowed() ) {
|
if ($app['server']->isAnonBindAllowed() ) {
|
||||||
|
Loading…
Reference in New Issue
Block a user