summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 27ec7aa)
raw | patch | inline | side by side (parent: 27ec7aa)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 7 Apr 2010 12:13:33 +0000 (12:13 +0000) | ||
committer | hickert <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 | patch | blob | history |
index a477eff43057b7f1b6cb0cefd1e7719cb7469fd6..7f7214aecb1dc96bb97513d1806bfdddb7a54827 100644 (file)
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 ".
"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>";