diff --git a/lam/templates/account.php b/lam/templates/account.php index ae96a069..37612e1a 100644 --- a/lam/templates/account.php +++ b/lam/templates/account.php @@ -240,7 +240,7 @@ switch ($_POST['select']) { // Select which part of page should be loaded and ch case 'finish': // Check if pdf-file should be created if ($_POST['outputpdf']) { - createpdf($_SESSION['account']); + createpdf(array($_SESSION['account'])); $select_local = 'pdf'; } break; @@ -363,7 +363,7 @@ if ($select_local != 'pdf') { echo "\n"; echo "
\n"; if ($error != "0") StatusMessage("ERROR", _("Invalid Value!"), $error); - echo "\n"; + echo "
\n"; } diff --git a/lam/templates/delete.php b/lam/templates/delete.php index 1193ee43..c02726ab 100644 --- a/lam/templates/delete.php +++ b/lam/templates/delete.php @@ -40,7 +40,7 @@ echo ''."\n".' '."\n".' '."\n".' '."\n".' -
'."\n".' +
'."\n".'
'; if ($_GET['type']) { diff --git a/lam/templates/masscreate.php b/lam/templates/masscreate.php index 330e9952..50e709ff 100644 --- a/lam/templates/masscreate.php +++ b/lam/templates/masscreate.php @@ -76,7 +76,7 @@ switch ($select) { if ($select!='pdf') { echo ' '; - echo ' + echo '
'; }