summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 964b2aa)
raw | patch | inline | side by side (parent: 964b2aa)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 19 Dec 2005 09:38:44 +0000 (09:38 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 19 Dec 2005 09:38:44 +0000 (09:38 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2329 594d385d-05f5-0310-b6e9-bd551577e9d8
include/class_divlist.inc | patch | blob | history |
index 33a65dfff404788b4fe2969f8474155d88fab672..d624d383745325b82869dcf59182770d7689dc18 100644 (file)
// Using scrolltable?
if($this->i_entriesPerPage == 0) {
- $s_return .= "\n<tr><td class='scrollhead'><table style='width:".$this->s_width."px;' cellspacing='0'>";
+ $s_return .= "\n<tr><td class='scrollhead'><table summary='' style='width:".$this->s_width."px;' cellspacing='0'>";
}
$s_return .= "\n<tr>";
// We need to construct a "body"-table that is width-of-scrollbar thinner than the "head"-table.
$s_return .= "\n<tr><td colspan='".$this->cols."' class='scrollbody'><div style='width:".$this->s_width."px;height:".($this->s_height-20)."px;' class='scrollbody'>";
- $s_return .= "<table style='height:100%;width:581px;' cellspacing='0'>";
+ $s_return .= "<table summary='' style='height:100%;width:581px;' cellspacing='0'>";
}
$i_alternate=0;
$fill= "";
for ($i= 1; $i <= $this->cols; $i++){
if ($i == $this->cols){
- $fill.= "<td class='list1' style='height:100%;border-right:0px';> </td>";
+ $fill.= "<td class='list1' style='height:100%;border-right:0px;'> </td>";
} else {
$fill.= "<td class='list1' style='height:100%;'> </td>";
}