Code

Fixed table layout
[gosa.git] / plugins / admin / fai / class_faiSummaryTab.inc
index 8d8213b83c1f74473447df826e16c7bb180df7f2..40d3981977bfa489e07a77fb858bc4159c235664 100644 (file)
@@ -189,7 +189,7 @@ class faiSummaryTab extends plugin{
   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."));