\n";
$container = new htmlResponsiveRow();
$container->add(new htmlTitle(_("LAM tests")), 12);
$container->add(new htmlLink(_("Lamdaemon test"), 'lamdaemonTest.php', '../../graphics/lamdaemonSmall.png'), 12, 4);
$container->add(new htmlOutputText(_("Check if quotas and homedirectories can be managed.")), 12, 8);
$container->addVerticalSpacer('2rem');
$container->add(new htmlLink(_("Schema test"), 'schemaTest.php', '../../graphics/schemaTest.png'), 12, 4);
$container->add(new htmlOutputText(_("Check if the LDAP schema fits the requirements of the selected account modules.")), 12, 8);
$tabindex = 1;
parseHtml(null, $container, array(), true, $tabindex, 'user');
echo "\n";
include '../../lib/adminFooter.inc';
?>