Minor display change

This commit is contained in:
Deon George 2009-07-11 14:14:39 +10:00
parent e2c74f9467
commit d364af141f

View File

@ -26,8 +26,9 @@ if (! isset($_SERVER['HTTPS']) || strtolower($_SERVER['HTTPS']) != 'on') {
_('Warning'),_('This web connection is unencrypted'));
echo '</span>';
echo '</center>';
echo '<br />';
}
echo '<br />';
# HTTP Basic Auth Form.
if ($app['server']->getAuthType() == 'http') {
@ -88,6 +89,8 @@ if ($app['server']->getAuthType() == 'http') {
echo '</center>';
echo '</form>';
echo '<br/>';
echo '<script type="text/javascript" language="javascript">document.getElementById(\'login\').focus()</script>';
if ($app['server']->isAnonBindAllowed() ) {