From 043e38158251c02494edbedd2d45bc38f1887bc2 Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Mon, 31 Dec 2007 13:13:37 +0000 Subject: [PATCH] HTML fixes --- lam/templates/config/confmodules.php | 4 ++-- lam/templates/config/conftypes.php | 4 ++-- lam/templates/masscreate.php | 1 - lam/templates/pdfedit/pdfmain.php | 4 ++-- lam/templates/profedit/profilemain.php | 4 ++-- 5 files changed, 8 insertions(+), 9 deletions(-) diff --git a/lam/templates/config/confmodules.php b/lam/templates/config/confmodules.php index be1c35fb..39acd52b 100644 --- a/lam/templates/config/confmodules.php +++ b/lam/templates/config/confmodules.php @@ -171,7 +171,7 @@ function config_showAccountModules($scope, $title) { } // show account modules - $icon = '' . $scope . ' '; + $icon = '' . $scope . ' '; echo "
$icon" . $title . "
\n"; echo "\n"; // select boxes @@ -270,7 +270,7 @@ function config_showAccountModules($scope, $title) { echo "\n"; - echo "

\n"; + echo "
\n"; return ($no_conflicts & $no_depends & $no_missing_basemodule); diff --git a/lam/templates/config/conftypes.php b/lam/templates/config/conftypes.php index 6db2603e..abd5d9ef 100644 --- a/lam/templates/config/conftypes.php +++ b/lam/templates/config/conftypes.php @@ -172,7 +172,7 @@ if (sizeof($availableTypes) > 0) { echo "
" . _("Available account types") . "\n"; echo "
\n"; for ($i = 0; $i < sizeof($availableTypes); $i++) { - $icon = '' . $availableTypes[$i] . ' '; + $icon = '' . $availableTypes[$i] . ' '; echo "\n"; echo "\n"; echo "\n"; @@ -190,7 +190,7 @@ if (sizeof($activeTypes) > 0) { echo "
" . _("Active account types") . "
\n"; for ($i = 0; $i < sizeof($activeTypes); $i++) { echo "
\n"; - $icon = '' . $activeTypes[$i] . ' '; + $icon = '' . $activeTypes[$i] . ' '; echo "" . $icon . "" . getTypeAlias($activeTypes[$i]) . ": " . getTypeDescription($activeTypes[$i]) . ""; echo "
\n"; echo "
$icon" . getTypeAlias($availableTypes[$i]) . ": " . getTypeDescription($availableTypes[$i]) . "
\n"; diff --git a/lam/templates/masscreate.php b/lam/templates/masscreate.php index f70c04f9..4e600dd4 100644 --- a/lam/templates/masscreate.php +++ b/lam/templates/masscreate.php @@ -280,7 +280,6 @@ function showMainPage($scope) { echo "

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

\n"; - echo "

\n"; echo "\n"; echo "\n"; diff --git a/lam/templates/pdfedit/pdfmain.php b/lam/templates/pdfedit/pdfmain.php index a7188e8c..0fa72604 100644 --- a/lam/templates/pdfedit/pdfmain.php +++ b/lam/templates/pdfedit/pdfmain.php @@ -107,7 +107,7 @@ echo $_SESSION['header']; -

+
@@ -146,7 +146,7 @@ echo $_SESSION['header'];
-

+

diff --git a/lam/templates/profedit/profilemain.php b/lam/templates/profedit/profilemain.php index 3e1d82fb..d4368bc5 100644 --- a/lam/templates/profedit/profilemain.php +++ b/lam/templates/profedit/profilemain.php @@ -111,7 +111,7 @@ for ($i = 0; $i < sizeof($profileClasses); $i++) { echo "\n"; echo "\n"; -echo "

\n"; +echo "
\n"; echo "\n"; @@ -159,7 +159,7 @@ for ($i = 0; $i < sizeof($profileClasses); $i++) { echo "\n"; echo "\n"; - echo "

\n"; + echo "
\n"; }