summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: dda6c27)
raw | patch | inline | side by side (parent: dda6c27)
author | janw <janw@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 9 Nov 2005 12:35:26 +0000 (12:35 +0000) | ||
committer | janw <janw@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 9 Nov 2005 12:35:26 +0000 (12:35 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@1891 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/gofon/macro/class_gofonMacroManagement.inc | patch | blob | history |
diff --git a/plugins/gofon/macro/class_gofonMacroManagement.inc b/plugins/gofon/macro/class_gofonMacroManagement.inc
index a4118e594447ade4b6125c58e18ae16a3b630164..233529168be988d9f6e3a1bec6c4484a632efd71 100755 (executable)
$field1 = array("string" => "<img src='images/".$non_empty."folder.png' alt='department'>","attach"=>"style='text-align:center;width:20px;'");
$field2 = array("string" => sprintf($linkopen,base64_encode($key),$val));
$field3 = array("string" => " ");
- $field4 = array("string" => " ", "attach" => "style='border:none'","attach"=>"style='text-align:right;width:48px;'");
+ $field4 = array("string" => " ", "attach"=>"style='border:none;text-align:right;width:48px;'");
$divlist->AddEntry(array($field1,$field2,$field3,$field4));
}