Code

Added bootable option the partitions
[gosa.git] / gosa-plugins / goto / admin / systems / goto / Device / AddPartitionDialog.tpl
index 8e077657e210d4ab0b45d9e1fc972338cf43241b..1354c623e1bb2a3270124d66c796acda156cc664 100644 (file)
                         <td>{t}Force to be primary partition{/t}</td>
                         <td><input type="checkbox" name="p_forcePrimary" {if $p_forcePrimary_selected} checked {/if}></td>
                     </tr>
+                    <tr>
+                        <td>{t}Bootable{/t}</td>
+                        <td><input type="checkbox" name="p_bootable" {if $p_bootable_selected} checked {/if}></td>
+                    </tr>
                     <tr>
                         <td>{t}Encrypt{/t}</td>
                         {if $p_fsType == "raid" || $p_fsType == "swap" || $p_fsType == "pv"}