summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 2ffdfd4)
raw | patch | inline | side by side (parent: 2ffdfd4)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 12 Aug 2005 09:07:52 +0000 (09:07 +0000) | ||
committer | hickert <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 | patch | blob | history |
diff --git a/plugins/gofon/phoneaccount/class_phoneAccount.inc b/plugins/gofon/phoneaccount/class_phoneAccount.inc
index c55d63bd025300ffffc69f1ac59f8a3ce105fe20..852abc5242ba86745b86d421c85806d96bd01678 100644 (file)
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'> </td></tr>";
}
$macrotab.="</table><input name='post_success' type='hidden' value='1'>";