From 36333ec941e509fa10428937f19eb848710864b6 Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Sat, 26 May 2007 11:58:15 +0000 Subject: [PATCH] no more fixed height --- lam/lib/lists.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lam/lib/lists.inc b/lam/lib/lists.inc index 8c7ef749..f4920246 100644 --- a/lam/lib/lists.inc +++ b/lam/lib/lists.inc @@ -377,11 +377,11 @@ class lamList { " onClick=\"list_click(this, '" . $info[$i]['LAM_ID'] . "', '" . $this->type . "')\"\n" . " onDblClick=\"parent.frames[1].location.href='../account/edit.php?type=" . $this->type . "&DN=" . $info[$i]['dn'] . "'\">\n"); if (isset($_GET['selectall'])) { - echo " type . "')\"" . + echo " type . "')\"" . " type=\"checkbox\" checked name=\"" . $info[$i]['LAM_ID'] . "\">\n"; } else { - echo " type . "')\"" . + echo " type . "')\"" . " type=\"checkbox\" name=\"" . $info[$i]['LAM_ID'] . "\">\n"; } echo " ";