diff --git a/lam/templates/masscreate.php b/lam/templates/masscreate.php index 5396862c..3a80dc80 100644 --- a/lam/templates/masscreate.php +++ b/lam/templates/masscreate.php @@ -68,6 +68,7 @@ if (isset($_GET['getCSV'])) { } include 'main_header.php'; +echo '
'; // get possible types and remove those which do not support file upload $types = $_SESSION['config']->get_ActiveTypes(); @@ -192,11 +193,19 @@ echo "\n"; echo "\n"; echo "
\n"; - echo "\n"; + echo "\n"; + ?> + +
\n"; echo "\n"; +echo '
'; include 'main_footer.php'; /** @@ -220,13 +229,21 @@ function showMainPage($scope, $selectedModules) { echo "
\n"; echo "

\n"; echo "" . _("CSV file:") . "   "; - echo "\n"; + echo "\n"; echo "\n"; echo "\n"; echo "    " . _("Download sample CSV file") . "\n"; echo "

\n"; echo "
\n"; + ?> + +  

\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."); @@ -334,6 +351,7 @@ function showMainPage($scope, $selectedModules) { $sampleCSV = implode(",", $sampleCSV_head) . "\n" . implode(",", $sampleCSV_row) . "\n"; $_SESSION['mass_csv'] = $sampleCSV; + echo ''; include 'main_footer.php'; die; }