summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: bcd695e)
raw | patch | inline | side by side (parent: bcd695e)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 7 Dec 2007 08:00:20 +0000 (08:00 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 7 Dec 2007 08:00:20 +0000 (08:00 +0000) |
- Snapshot can't be used for FAI, because of the FAIstate attribute and the inheriting release handling.
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8052 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8052 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/admin/fai/class_divListFai.inc | patch | blob | history |
index eb189f2c730bd1ccc5344adf83217ff7f7899bed..b15485c82dc890e3d8dd540711496e1f7d38e1c1 100644 (file)
$this->EnableCloseButton(false);
$this->EnableSaveButton (false);
- /* Dynamic action col, depending on snapshot icons */
+ /* Dynamic action col, depending on snapshot icons */
$action_col_size = 80;
- if($this->parent->snapshotEnabled()){
- $action_col_size += 32;
- }
+# if($this->parent->snapshotEnabled()){
+# $action_col_size += 32;
+# }
/* Toggle all selected / deselected */
$chk = "<input type='checkbox' id='select_all' name='select_all'
}
}
- /* Add snapshot icons, if we are allowed to write and create the complete fai module ($ui->has_complete_category_acls) */
- if(preg_match("/(c.*w|w.*c)/",$acl_all)){
- if($this->parent->snapshotEnabled()){
- $s .= "..|---|\n";
- $s .= $this->get_snapshot_header(TRUE);
- }
- }
+# /* Add snapshot icons, if we are allowed to write and create the complete fai module ($ui->has_complete_category_acls) */
+# if(preg_match("/(c.*w|w.*c)/",$acl_all)){
+# if($this->parent->snapshotEnabled()){
+# $s .= "..|---|\n";
+# $s .= $this->get_snapshot_header(TRUE);
+# }
+# }
$this->SetDropDownHeaderMenu($s);
$this->SetListHeader($listhead);
/* Dynamic action col, depending on snapshot icons */
$action_col_size = 80;
- if($this->parent->snapshotEnabled()){
- $action_col_size += 32;
- }
+# if($this->parent->snapshotEnabled()){
+# $action_col_size += 32;
+# }
/********************
Attach objects
$action.= "<input class='center' type='image' src='images/edit.png' alt='"._("edit")."'
name='entry_edit_%KEY%' title='"._("Edit class")."'>";
- if(preg_match("/(c)/",$value['acl']) && preg_match("/(w)/",$value['acl'])){
- $action.= $this->GetSnapShotActions($value['dn']);;
- }
+# if(preg_match("/(c)/",$value['acl']) && preg_match("/(w)/",$value['acl'])){
+# $action.= $this->GetSnapShotActions($value['dn']);;
+# }
if(preg_match("/d/",$value['acl'])){
$action.= "<input class='center' type='image' src='images/edittrash.png' alt='"._("delete")."'