diff --git a/lam/lib/lists.inc b/lam/lib/lists.inc index 98d5b4a4..4039f845 100644 --- a/lam/lib/lists.inc +++ b/lam/lib/lists.inc @@ -416,25 +416,25 @@ class lamList { $toolCount = 0; // edit image $output .= "type . "&DN='" . rawurlencode($account['dn']) . "'\">"; - $output .= "\"""; + $output .= "\"""; $output .= "\n "; $toolCount++; // delete image if (checkIfWriteAccessIsAllowed()) { $output .= "type . "&DN='" . rawurlencode($account['dn']) . "'\">"; - $output .= "\"""; + $output .= "\"""; $output .= "\n "; $toolCount++; } // pdf image $pdfButtonStyle = "background-image: url(../../graphics/pdf.png);background-position: -1px -1px;background-repeat: no-repeat;width:20px;height:20px;background-color:transparent;border-style:none;"; - $output .= "\n "; + $output .= "\n "; $toolCount++; // additional tools $tools = $this->getAdditionalTools(); for ($i = 0; $i < sizeof($tools); $i++) { $output .= "getLinkTarget() . "?type=" . $this->type . "&DN='" . rawurlencode($account['dn']) . "'\">"; - $output .= "getImage() . "\" alt=\"" . $tools[$i]->getName() . "\" title=\"" . $tools[$i]->getName() . "\">"; + $output .= "getImage() . "\" alt=\"" . $tools[$i]->getName() . "\" title=\"" . $tools[$i]->getName() . "\" class=\"align-middle\">"; $output .= "\n "; $toolCount++; } @@ -710,8 +710,8 @@ class lamList { echo "\n"; echo "\n"; $this->listShowOUSelection(); - echo ""; - echo ' '; + echo ""; + echo ' '; echo '' . _('Change settings') . ''; echo ''; echo "\n";