summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 4cef589)
raw | patch | inline | side by side (parent: 4cef589)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 1 Dec 2005 13:29:27 +0000 (13:29 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 1 Dec 2005 13:29:27 +0000 (13:29 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2187 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/admin/fai/class_faiProfileEntry.inc | patch | blob | history |
diff --git a/plugins/admin/fai/class_faiProfileEntry.inc b/plugins/admin/fai/class_faiProfileEntry.inc
index 1bb7d4522dce4caeb9449e8999b389fc6bf8ac91..571584926f9002932b8250ac023bbd350a86bc61 100644 (file)
$base = "ou=fai,ou=configs,ou=systems,".$_SESSION['faifilter']['base'];
/* Create array with categories to be able to sort different types of objects */
- $categories = array("FAIscript","FAItemplate","FAIhook","FAIvariable","FAIpartitionTable","FAIpackage");
+ $categories = array("FAIscript","FAItemplate","FAIhook","FAIvariable","FAIpartitionTable","FAIpackageList");
/* Read out all objects from fai tree */
$ldap= $this->config->get_ldap_link();
$objTypes['FAItemplate'] = "<image src='images/fai_template.png' title='"._("Template bundle")."' alt=''> ";
$objTypes['FAIscript'] = "<image src='images/fai_script.png' title='"._("Script bundle")."' alt=''> ";
$objTypes['FAIvariable'] = "<image src='images/fai_variable.png' title='"._("Variable bundle")."' alt=''> ";
- $objTypes['FAIpackage'] = "<image src='images/fai_packages.png' title='"._("Package bundle")."' alt=''> ";
+ $objTypes['FAIpackageList'] = "<image src='images/fai_packages.png' title='"._("Package bundle")."' alt=''> ";
$objTypes['FAIpartitionTable'] = "<image src='images/fai_partitionTable.png' title='"._("Partition table")."' alt=''> ";
/* Magic quotes GPC, escapes every ' " \, to solve some security risks
if((isset($classes['objects']['FAIpartitionTable']))&&($SUBfaifilter['SShowPartitions'])){
$abort = false;
}
- if((isset($classes['objects']['FAIpackage']))&&($SUBfaifilter['SShowPackages'])){
+ if((isset($classes['objects']['FAIpackageList']))&&($SUBfaifilter['SShowPackages'])){
$abort = false;
}