From 475d493156832a8d29f55a152f36487c7db6ee60 Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Sun, 14 Feb 2010 18:10:24 +0000 Subject: [PATCH] removed buttons to select OU --- 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 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") . "\">"); } }