summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 7092108)
raw | patch | inline | side by side (parent: 7092108)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 4 Apr 2006 05:45:58 +0000 (05:45 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 4 Apr 2006 05:45:58 +0000 (05:45 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2963 594d385d-05f5-0310-b6e9-bd551577e9d8
include/class_divSelectBox.inc | patch | blob | history |
index 9030787f50b6985a80cd2d0aa9328f3bbeedfa14..a6d81e9142e8f50560a7ec83a89e4c28733d5cbd 100644 (file)
$s_return.="\n<tr>";
for($i = 0 ; $i < ($this->cols) ; $i ++){
if($i >= ($this->cols-1)){
- $s_return .= "<td class='list1nohighlight' style='height:100%;border:0px;'> </td>";
+ $s_return .= "<td class='list1nohighlight' style='height:100%;border:0px;'><div style='font-size:1px;'> </div></td>";
}else{
- $s_return .= "<td class='list1nohighlight' style='height:100%;'> </td>";
+ $s_return .= "<td class='list1nohighlight' style='height:100%;'><div style='font-size:1px;'> </div></td>";
}
}