fixed layout
This commit is contained in:
parent
aed8ce867c
commit
60199a41b5
|
@ -460,7 +460,7 @@ $searchPasswordInput = new htmlResponsiveInputField(_("Bind password"), 'loginSe
|
||||||
$searchPasswordInput->setIsPassword(true);
|
$searchPasswordInput->setIsPassword(true);
|
||||||
$row->add($searchPasswordInput, 12);
|
$row->add($searchPasswordInput, 12);
|
||||||
// HTTP authentication
|
// 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');
|
$row->addVerticalSpacer('1rem');
|
||||||
|
|
||||||
// 2factor authentication
|
// 2factor authentication
|
||||||
|
|
Loading…
Reference in New Issue