Code

Updated plugin
[gosa.git] / include / class_divSelectBox.inc
index 4ddc3fba594c3b22bea5bc6edec6c34a082686bf..bde57f9c5538c4c49df4392b758ab6b3347ec030 100644 (file)
@@ -100,7 +100,7 @@ class divSelectBox {
           $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>";
       }