summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 24ecc71)
raw | patch | inline | side by side (parent: 24ecc71)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 28 Mar 2007 10:45:14 +0000 (10:45 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 28 Mar 2007 10:45:14 +0000 (10:45 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@5914 594d385d-05f5-0310-b6e9-bd551577e9d8
include/class_divSelectBox.inc | patch | blob | history |
index 4ddc3fba594c3b22bea5bc6edec6c34a082686bf..bde57f9c5538c4c49df4392b758ab6b3347ec030 100644 (file)
$style = " ".$s_value2['attach']." " ;
}
- $s_return .= "\n<td ".$style." class='".$class."' onmouseover='highlight(this);' onmouseout='unhighlight(this,\"list".$i_alternate."\");'>";
+ $s_return .= "\n<td ".$style." class='".$class."' >";
$s_return .= $s_value2['string'];
$s_return .= "</td>";
}