Code

Added a red border to all divLists as old-indicator
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 7 Apr 2010 12:13:33 +0000 (12:13 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 7 Apr 2010 12:13:33 +0000 (12:13 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17518 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/include/class_divSelectBox.inc

index a477eff43057b7f1b6cb0cefd1e7719cb7469fd6..7f7214aecb1dc96bb97513d1806bfdddb7a54827 100644 (file)
@@ -46,7 +46,7 @@ class divSelectBox {
 
   function DrawList(){
     $s_return  = "";
 
   function DrawList(){
     $s_return  = "";
-    $s_return .= "<div style=\"height:2px; overflow:hidden;background:#888888;width:100%;margin-right:0px;\"></div>\n";
+    $s_return .= "<div style=\"height:2px; overflow:hidden;width:100%;margin-right:0px;\"></div>\n";
     $s_return .= "<div style=\"padding-right:1px;padding-bottom:2px;height:".$this->height.";width:100%\">\n";
     $s_return .= "<div style=\"overflow: auto;width:100%;height:".($this->height)."px;\">\n";
     $s_return .= "<table ".
     $s_return .= "<div style=\"padding-right:1px;padding-bottom:2px;height:".$this->height.";width:100%\">\n";
     $s_return .= "<div style=\"overflow: auto;width:100%;height:".($this->height)."px;\">\n";
     $s_return .= "<table ".
@@ -57,9 +57,7 @@ class divSelectBox {
                     "height:".($this->height-2)."px;".
                     "padding-right:1px; ".
                     "padding-bottom:2px; ".
                     "height:".($this->height-2)."px;".
                     "padding-right:1px; ".
                     "padding-bottom:2px; ".
-                    "border-left:solid 2px; ".
-                    "border-top:solid 0px; ".
-                    "border-color:#888888; ".
+                    "border:solid 2px #FF0000; ".
                     "'>\n";
     $s_return.=$this->_generatePage();
     $s_return.= "</table></div></div>";
                     "'>\n";
     $s_return.=$this->_generatePage();
     $s_return.= "</table></div></div>";