diff --git a/lam/templates/masscreate.php b/lam/templates/masscreate.php index 216f854b..29f796dd 100644 --- a/lam/templates/masscreate.php +++ b/lam/templates/masscreate.php @@ -117,8 +117,13 @@ else { * @param string $scope account type */ function showMainPage($scope) { + echo "

" . _("File upload") . "

"; echo "

\n"; echo _("Please provide a CSV formated file with your account data. The cells in the first row must be filled with the column identifiers. The following rows represent one account for each row."); + echo "
"; + echo _("Check your input carefully. LAM will only do some basic checks on the upload data."); + echo "

"; + echo _("Hint: Format all cells as text in your spreadsheet program."); echo "

\n"; echo "

 

\n"; @@ -132,6 +137,8 @@ function showMainPage($scope) { echo "\n"; echo "

 

\n"; + + echo _("Here is a list of possible columns. The red columns must be included in the CSV file and filled with data for all accounts."); echo "

" . _("Columns:") . "

\n";