summaryrefslogtreecommitdiffstats
path: root/application/modules/ui/views/scripts/dialog/bootmedia.create.phtml
blob: 44e756916d5f8c49e7b5674b9a75be367018c376 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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>