diff --git a/lam/lib/lists.inc b/lam/lib/lists.inc index 2fbef8fd..81f0c5b5 100644 --- a/lam/lib/lists.inc +++ b/lam/lib/lists.inc @@ -614,7 +614,7 @@ class lamList { protected function listShowOUSelection() { if (sizeof($this->possibleSuffixes) > 1) { echo ("" . _("Suffix") . ": "); - echo ("type . "\" size=1 name=\"suffix\" onchange=\"listOUchanged('" . $this->type . "', this)\">\n"); for ($i = 0; $i < sizeof($this->possibleSuffixes); $i++) { if ($this->suffix == $this->possibleSuffixes[$i]) { echo ("\n"); @@ -622,7 +622,7 @@ class lamList { else echo("\n"); } echo ("\n"); - echo ("type . "\" type=\"submit\" name=\"refresh\" value=\"" . _("Change suffix") . "\">"); +// echo ("type . "\" type=\"submit\" name=\"refresh\" value=\"" . _("Change suffix") . "\">"); } }