summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 60504d0)
raw | patch | inline | side by side (parent: 60504d0)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 26 Jan 2006 11:50:13 +0000 (11:50 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 26 Jan 2006 11:50:13 +0000 (11:50 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2583 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/admin/fai/class_faiPackageEntry.inc | patch | blob | history |
diff --git a/plugins/admin/fai/class_faiPackageEntry.inc b/plugins/admin/fai/class_faiPackageEntry.inc
index 3d5f07028b93948dc1f3855bb3ff40b493def2fd..614ea9dd3f41fb21a8d03965f672e1f79cb04fa9 100644 (file)
@ksort($this->categories);
- $CHKS = "<table summary=''><tr><td><input type='hidden' value='chkchange' name='chkchange'>";
+$CHKS = "<input type='hidden' value='chkchange' name='chkchange'><table summary=''><tr>";
$i = 0;
if(is_array($this->categories))
foreach($this->categories as $cat => $selected){
if($i == 3){
- $CHKS .="</td></tr><tr><td>";
+ $CHKS .="</tr><tr>";
$i = 0;
}
$i ++ ;
$CHKS .="<td><input type='checkbox' value='1' name='CAT".$cat."' onclick='document.mainform.submit()'> ".$cat." </td>";
}
}
- $CHKS .= "</td></tr></table>";
+ $CHKS .= "</tr></table>";
foreach($_POST as $name => $value){