From b6096e05bc05d20d04e69e7d8b9e0bc0ccb2e5c2 Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Tue, 20 Dec 2011 20:48:04 +0000 Subject: [PATCH] show links as buttons, added back button for problems during first checks --- lam/templates/massBuildAccounts.php | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/lam/templates/massBuildAccounts.php b/lam/templates/massBuildAccounts.php index 61ce7d9a..94a5c371 100644 --- a/lam/templates/massBuildAccounts.php +++ b/lam/templates/massBuildAccounts.php @@ -3,7 +3,7 @@ $Id$ This code is part of LDAP Account Manager (http://www.ldap-account-manager.org/) - Copyright (C) 2004 - 2010 Roland Gruber + Copyright (C) 2004 - 2011 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 @@ -155,6 +155,7 @@ if ($_FILES['inputfile'] && ($_FILES['inputfile']['size'] > 0)) { // if input data is invalid just display error messages (max 50) if (sizeof($errors) > 0) { for ($i = 0; $i < sizeof($errors); $i++) StatusMessage("ERROR", $errors[$i][0], $errors[$i][1]); + massPrintBackButton($_POST['scope'], $selectedModules); } // let modules build accounts @@ -196,9 +197,17 @@ if ($_FILES['inputfile'] && ($_FILES['inputfile']['size'] > 0)) { echo "

" . _("LAM has checked your input and is now ready to create the accounts.") . "

\n"; echo ""; echo "

 

\n"; - echo "" . _("Upload accounts to LDAP") . ""; - echo "    "; - echo "" . _("Show LDIF file") . ""; + echo "" . _("Upload accounts to LDAP") . ""; + echo "    "; + echo "" . _("Show LDIF file") . ""; + ?> + +