summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 38d31b5)
raw | patch | inline | side by side (parent: 38d31b5)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 18 May 2006 10:29:35 +0000 (10:29 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 18 May 2006 10:29:35 +0000 (10:29 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3421 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/admin/fai/class_faiSummaryTab.inc | patch | blob | history |
index 8d8213b83c1f74473447df826e16c7bb180df7f2..40d3981977bfa489e07a77fb858bc4159c235664 100644 (file)
function createSummary($data)
{
/* Don't generate any output, if there is no result */
- $str ="<table style='width:100%;background:#F5F5F5;'> ";
+ $str ="<table cellspacing=0 cellpadding=2 style='width:100%;background:#F5F5F5;'> ";
if(!count($this->Result)){
$str.="<tr><td>";
$str.= (_("This object has no FAI classes assigned."));