diff options
author | Ian Moore <ian.moore@fireeye.com> | 2015-07-29 12:12:26 -0400 |
---|---|---|
committer | Ian Moore <ian.moore@fireeye.com> | 2015-07-29 12:12:26 -0400 |
commit | 83e0bc0d26bd88925053ac3a6cc84edf7236f18e (patch) | |
tree | 18ac7e2f300934ba12dcdc20531b2de6813ffde9 /panes/vmmModify.html | |
parent | 76a645369fd0dc61bca879ec5f083464d62a7369 (diff) | |
download | phpvirtualbox-83e0bc0d26bd88925053ac3a6cc84edf7236f18e.zip phpvirtualbox-83e0bc0d26bd88925053ac3a6cc84edf7236f18e.tar.gz phpvirtualbox-83e0bc0d26bd88925053ac3a6cc84edf7236f18e.tar.bz2 |
Move source tree up one level
Diffstat (limited to 'panes/vmmModify.html')
-rw-r--r-- | panes/vmmModify.html | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/panes/vmmModify.html b/panes/vmmModify.html new file mode 100644 index 0000000..cad0a33 --- /dev/null +++ b/panes/vmmModify.html @@ -0,0 +1,34 @@ +<!--
+ Modify Medium dialog
+ Copyright (C) 2010-2015 Ian Moore (imoore76 at yahoo dot com)
+
+ $Id: vmmModify.html 595 2015-04-17 09:50:36Z imoore76 $
+
+ -->
+<div id='vboxVMMModify'>
+
+ <div id='vboxVMMModifyInstructions'></div>
+
+ <span class='vboxTableLabel translate'>Choose medium type:</span>
+ <div class='vboxBordered'>
+ <form name='vboxVMMModifyForm' style='width:100%;'>
+ <table class='vboxOptions' style='margin-top: 6px;'>
+ <tr>
+ <td><label><input type='radio' class='vboxRadio' name='vmmMType' value='Normal' id='vbRadioNormal'/> <span>Normal</span></label></td>
+ </tr>
+ <tr >
+ <td><label><input type='radio' class='vboxRadio' name='vmmMType' value='Immutable' id='vbRadioImmutable'/> <span>Immutable</span></label></td>
+ </tr>
+ <tr >
+ <td><label><input type='radio' class='vboxRadio' name='vmmMType' value='Writethrough' id='vbRadioWritethrough'/> <span>Writethrough</span></label></td>
+ </tr>
+ <tr >
+ <td><label><input type='radio' class='vboxRadio' name='vmmMType' value='Shareable' id='vbRadioShareable'/> <span>Shareable</span></label></td>
+ </tr>
+ <tr >
+ <td><label><input type='radio' class='vboxRadio' name='vmmMType' value='MultiAttach' id='vbRadioMultiAttach'/> <span>Multi-attach</span></label></td>
+ </tr>
+ </table>
+ </form>
+ </div>
+</div>
|