Code

Parametername in phonaccount moved to single line.
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 12 Aug 2005 09:07:52 +0000 (09:07 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 12 Aug 2005 09:07:52 +0000 (09:07 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@1120 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/gofon/phoneaccount/class_phoneAccount.inc

index c55d63bd025300ffffc69f1ac59f8a3ce105fe20..852abc5242ba86745b86d421c85806d96bd01678 100644 (file)
@@ -591,11 +591,11 @@ class phoneAccount extends plugin
 
           case "string":
             $str="<input name='".$var."' value='".$choosen."' ".chkacl($this->acl, "goFonMacro")." style='width:340px;'>";
-          $macrotab.= "<td>$name</td><td style='width:350px'>$str";
+          $macrotab.= "<td colspan='2'>$name</td></tr><tr><td colspan='2' style='width:350px'>$str";
           break;
 
         }
-        $macrotab.= "</td></tr>";
+        $macrotab.= "</td></tr><tr><td colspan='2'>&nbsp;</td></tr>";
 
       }
       $macrotab.="</table><input name='post_success' type='hidden' value='1'>";