summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 814ef88)
raw | patch | inline | side by side (parent: 814ef88)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 11 May 2011 15:00:30 +0000 (15:00 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 11 May 2011 15:00:30 +0000 (15:00 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20810 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/goto/admin/systems/goto/Device/AddPartitionDialog.tpl | patch | blob | history | |
gosa-plugins/goto/admin/systems/goto/Device/class_AddPartitionDialog.inc | patch | blob | history |
diff --git a/gosa-plugins/goto/admin/systems/goto/Device/AddPartitionDialog.tpl b/gosa-plugins/goto/admin/systems/goto/Device/AddPartitionDialog.tpl
index 4e6dc0132b6faf411ce2260dfc24a48a14e7f77f..be65463d634d1d0c821130ae85fe51f0968c5221 100644 (file)
type="radio" value="2" name="selected_type">{t}Raid device{/t}<br>
<input {if !count($freeLvmPartitions)} disabled {/if}
{if $selected_type==3} checked {/if} onClick="document.mainform.submit();"
- type="radio" value="3" name="selected_type">{t}LVM Valume group{/t}<br>
+ type="radio" value="3" name="selected_type">{t}LVM Volume group{/t}<br>
<input {if $selected_type==4} checked {/if} onClick="document.mainform.submit();"
- type="radio" value="4" name="selected_type">{t}LVM Valume{/t}<br>
+ type="radio" value="4" name="selected_type">{t}LVM Volume{/t}<br>
<hr>
diff --git a/gosa-plugins/goto/admin/systems/goto/Device/class_AddPartitionDialog.inc b/gosa-plugins/goto/admin/systems/goto/Device/class_AddPartitionDialog.inc
index fb86911a9f9b5cdbc5701fed88187a82eec4748c..a8d76cc3800e3b7375d393aa98b1843b84a9250a 100644 (file)
define('VOLUME_GROUP' , 3);
define('VOLUME' , 4);
-
-
class AddPartitionDialog
{
public $partitionObject;
public $paritions = array();
public $selected_type = PARTITION;
-
// LVM Volume group properties
public $vg_name = "";
public $vg_extend = 32;