summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 677cb8b)
raw | patch | inline | side by side (parent: 677cb8b)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 23 Dec 2005 09:34:19 +0000 (09:34 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 23 Dec 2005 09:34:19 +0000 (09:34 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2384 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/admin/fai/class_faiPackage.inc | patch | blob | history | |
plugins/admin/fai/class_faiProfile.inc | patch | blob | history |
index 0270baacae32ff0a8066e7564e0b89047922acf4..92860db3269ce2c370a29afdf70fead0774af7de 100644 (file)
var $ignore_account = TRUE;
/* Attributes for this Object */
- var $attributes = array("cn","description","FAIpackage","FAIdebianRelease","FAIdebianSection");
+ var $attributes = array("cn","description","FAIpackage","FAIdebianRelease","FAIdebianSection", "FAIinstallMethod");
/* ObjectClasses for this Object*/
var $objectclasses = array("top","FAIclass","FAIpackageList","FAIrepository");
var $FAIdebianRelease = ""; // The selected release
var $FAIdebianSection = ""; // selected section
+ var $FAIinstallMethod = "aptitude"; // hard coded
var $mirror = ""; // selected mirror
var $servers = array(); // All available servers
$this->attrs['FAIdebianSection'][] = $sec;
}
+ $this->attrs["FAIinstallMethod"]= "aptitude";
+
$ldap->cat($this->dn);
if($ldap->count()!=0){
/* Write FAIscript to ldap*/
index 5fe543b061f40d966576b98eb45db9062b227845..2150c692b0cc3b6829148b37fb3dbb83d854553a 100644 (file)
$objTypes['FAIpackages'] = "<img src='images/fai_packages.png' title='"._("Packages bundle")."' alt=''>";
$objTypes['FAIpartitionTable'] = "<img src='images/fai_partitionTable.png' title='"._("Partition table")."' alt=''>";
- $actions = "<input type='image' src='images/editdelete.png' title='"._("Remove class from profile")."' name='DEL_%KEY%'>";
+ $actions = "<input type='image' src='images/edittrash.png' title='"._("Remove class from profile")."' name='DEL_%KEY%'>";
$linkupdown = " <input type='image' name='sortup_%s' alt='up' title='"._("Up")."' src='images/sort_up.png' align='top' >";
$linkupdown.= "<input type='image' name='sortdown_%s' alt='down' title='"._("Down")."' src='images/sort_down.png' >";