summaryrefslogtreecommitdiffstats
path: root/application/modules/ui/views/scripts/dialog/bootmedia.create.phtml
diff options
context:
space:
mode:
Diffstat (limited to 'application/modules/ui/views/scripts/dialog/bootmedia.create.phtml')
-rw-r--r--application/modules/ui/views/scripts/dialog/bootmedia.create.phtml18
1 files changed, 18 insertions, 0 deletions
diff --git a/application/modules/ui/views/scripts/dialog/bootmedia.create.phtml b/application/modules/ui/views/scripts/dialog/bootmedia.create.phtml
new file mode 100644
index 0000000..44e7569
--- /dev/null
+++ b/application/modules/ui/views/scripts/dialog/bootmedia.create.phtml
@@ -0,0 +1,18 @@
+<div id="dialog-bootmedia-create" title="Create new ISO">
+ <p id="dialog-bootmedia-create-validateTips" class="validateTips">
+ Enter meta data for the image and select the kernel version it should be based on..
+ </p>
+
+ <form>
+ <fieldset>
+ <label for="name">Name</label>
+ <input type="text" name="name" id="name" class="dialog-form ui-widget-content ui-corner-all" />
+ <label for="kernel">Kernel</label>
+ <select size="1" name="kernel" id="kernel" class="dialog-form ui-widget-content ui-corner-all">
+ <option value="auto">let the system choose..</option>
+ </select>
+ <label for="description">Description</label>
+ <textarea name="description" id="description" class="dialog-form ui-widget-content ui-corner-all"></textarea>
+ </fieldset>
+ </form>
+</div>