Code

changed bgcolor
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 16 Jun 2005 13:02:03 +0000 (13:02 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 16 Jun 2005 13:02:03 +0000 (13:02 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@736 594d385d-05f5-0310-b6e9-bd551577e9d8

include/functions.inc

index 30c6d0529213ac92b77f40032ef024742d47e7e2..2c90b4f5ce6c05c4e0b1293fb4ae19d08063cffe 100644 (file)
@@ -1191,7 +1191,7 @@ function apply_filter()
   $apply= "";
 
   $apply= ''.
-    '<table width="100%"  style="border-top:1px solid #B0B0B0;"><tr><td width="100%" align="right">'.
+    '<table width="100%"  style="background:#EEEEEE;border-top:1px solid #B0B0B0;"><tr><td width="100%" align="right">'.
     '<input type="submit" name="apply" value="'._("Apply").'"></td></tr></table>';
 
   return ($apply);