From 20a7f923bd7ba503d8149a27baf6edbcdaf30415 Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Sat, 30 Jan 2010 17:40:24 +0000 Subject: [PATCH] fixed color of input elements --- lam/templates/masscreate.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lam/templates/masscreate.php b/lam/templates/masscreate.php index 09a23e95..aed10318 100644 --- a/lam/templates/masscreate.php +++ b/lam/templates/masscreate.php @@ -92,7 +92,7 @@ else { echo "
\n"; echo "\n"; echo "\n"; echo "\n"; echo "
\n"; - echo "\n"; for ($i = 0; $i < sizeof($types); $i++) { echo "\n"; - echo "\n"; + echo "\n"; echo "
\n"; echo "
\n"; @@ -130,8 +130,8 @@ function showMainPage($scope) { echo "
\n"; echo "

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

\n"; echo "
\n";