From 1ae51dc003d54c24e5a432d6c6b0a5d303fa8ced Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Sat, 27 Dec 2008 13:47:41 +0000 Subject: [PATCH] show drop-down-box instead of radio buttons --- lam/templates/masscreate.php | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/lam/templates/masscreate.php b/lam/templates/masscreate.php index 1e8119da..82a3804e 100644 --- a/lam/templates/masscreate.php +++ b/lam/templates/masscreate.php @@ -98,16 +98,20 @@ else { echo "

\n"; echo "
\n"; - echo "\n"; - for ($i = 0; $i < sizeof($types); $i++) { - echo "\n"; - echo "\n"; - echo "\n"; - echo "\n"; - } + echo "
" . getTypeAlias($types[$i]) . "
\n"; + echo "\n"; + echo "\n"; echo "
\n"; + echo "\n"; + echo "\n"; + echo "\n"; + echo "
\n"; - echo "

\n"; - echo "    \n"; echo "
\n"; echo "\n";