no line break for icons

This commit is contained in:
Roland Gruber 2009-12-05 12:28:12 +00:00
parent b9a5670194
commit 8a1f8773c7
1 changed files with 2 additions and 2 deletions

View File

@ -421,9 +421,9 @@ class lamList {
echo " <td align=\"center\"><input onClick=\"list_click(this, '" . $info[$i]['LAM_ID'] . "', '" . $this->type . "')\"" .
" type=\"checkbox\" name=\"" . $info[$i]['LAM_ID'] . "\"></td>\n";
}
echo " <td align='center'>";
echo " <td align='center'><nobr>";
$this->listPrintToolLinks($info[$i], $info[$i]['LAM_ID']);
echo "</td>\n";
echo "</nobr></td>\n";
for ($k = 0; $k < sizeof($this->attrArray); $k++) {
echo ("<td>");
$attrName = strtolower($this->attrArray[$k]);