diff --git a/lam/lib/lists.inc b/lam/lib/lists.inc index d42eb3f3..3f8e0fdd 100644 --- a/lam/lib/lists.inc +++ b/lam/lib/lists.inc @@ -412,7 +412,7 @@ class lamList { echo("type . "list\" onMouseOver=\"list_over(this, '" . $rowID . "', '" . $this->type . "')\"\n" . " onMouseOut=\"list_out(this, '" . $rowID . "', '" . $this->type . "')\"\n" . " onClick=\"list_click(this, '" . $rowID . "', '" . $this->type . "')\"\n" . - " onDblClick=\"parent.location.href='../account/edit.php?type=" . $this->type . "&DN=" . rawurlencode($info[$i]['dn']) . "'\">\n"); + " onDblClick=\"top.location.href='../account/edit.php?type=" . $this->type . "&DN=" . rawurlencode($info[$i]['dn']) . "'\">\n"); if (isset($_GET['selectall'])) { echo " type . "')\"" . " type=\"checkbox\" checked name=\"" . $rowID . "\">\n";