diff --git a/lam/lib/modules.inc b/lam/lib/modules.inc index 12af4986..3371a44c 100644 --- a/lam/lib/modules.inc +++ b/lam/lib/modules.inc @@ -1367,7 +1367,7 @@ class accountContainer { include '../../lib/adminHeader.inc'; echo ''; echo "
diff --git a/lam/templates/tools/importexport.php b/lam/templates/tools/importexport.php index 74b8260f..ca6606b3 100644 --- a/lam/templates/tools/importexport.php +++ b/lam/templates/tools/importexport.php @@ -21,7 +21,7 @@ use LAM\TYPES\TypeManager; /* This code is part of LDAP Account Manager (http://www.ldap-account-manager.org/) - Copyright (C) 2018 Roland Gruber + Copyright (C) 2018 - 2019 Roland Gruber This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -99,7 +99,7 @@ if (!empty($_GET['tab']) && ($_GET['tab'] === 'export')) { jQuery("#tabs").tabs({ active: }); - jQuery(".inputForm").validationEngine(); + jQuery(".inputForm").validationEngine({promptPosition: "topLeft", addFailureCssClassToField: "lam-input-error", autoHidePrompt: true, autoHideDelay: 5000}); });