summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 8f0b467)
raw | patch | inline | side by side (parent: 8f0b467)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 26 Oct 2005 11:32:15 +0000 (11:32 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 26 Oct 2005 11:32:15 +0000 (11:32 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@1695 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/admin/fai/class_faiPartitionTableEntry.inc | patch | blob | history |
diff --git a/plugins/admin/fai/class_faiPartitionTableEntry.inc b/plugins/admin/fai/class_faiPartitionTableEntry.inc
index 9b21944a9f51a8dcfaae49021cfd75a9158f4e72..587f8379ab409f82914753644f3db928a20fb74e 100644 (file)
if($part['status']!="delete"){
/* Generate Partition select box
*/
- $PartitionType = "<select name='FAIpartitionType_".$key."' id='FAIpartitionType_".$key."' ".$dis.">";
+ $PartitionType = "<select name='FAIpartitionType_".$key."' id='FAIpartitionType_".$key."' >";
foreach($PartitionTypes as $type){
if($part['FAIpartitionType'] == $type){
$PartitionType .="<option value='".$type."' selected >".$type."</option>";
$changeState = "onClick=\"changeState('FAImountPoint_".$key."') ; ".
"changeState('FAIpartitionSize_".$key."') ; ".
"changeState('FAImountOptions_".$key."') ; ".
- "changeState('FAIpartitionType_".$key."') ; ".
"changeState('FAIfsType_".$key."') ; ".
"changeState('FAIfsOptions_".$key."') ; \"";
$tmp['rename']['from'] = $this->old_cn;
$tmp['rename']['to'] = $this->DISK_cn;
}
-
return($tmp);
}
/* Skip all checks, if preserve is set */
if($part['FAIpartitionFlags'] == "preserve"){
- $this->partitions[$key]['FAIpartitionType'] = "preserve";
$this->partitions[$key]['FAIfsType'] = "preserve";
$this->partitions[$key]['FAIpartitionSize'] = "preserve";
continue;