fixed layout

This commit is contained in:
Roland Gruber 2020-06-19 12:42:15 +02:00
parent aed8ce867c
commit 60199a41b5
1 changed files with 1 additions and 1 deletions

View File

@ -460,7 +460,7 @@ $searchPasswordInput = new htmlResponsiveInputField(_("Bind password"), 'loginSe
$searchPasswordInput->setIsPassword(true);
$row->add($searchPasswordInput, 12);
// HTTP authentication
$row->add(new htmlResponsiveInputCheckbox('httpAuthentication', ($conf->getHttpAuthentication() == 'true'), _('HTTP authentication'), '223', true), 12);
$row->add(new htmlResponsiveInputCheckbox('httpAuthentication', ($conf->getHttpAuthentication() == 'true'), _('HTTP authentication'), '223'), 12);
$row->addVerticalSpacer('1rem');
// 2factor authentication