Ignore:
Timestamp:
Nov 17, 2008, 5:21:49 AM (15 years ago)
Author:
broder
Message:

Switch to HVM if user selects a CD, and ParaVM if user selects an
autoinstaller

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/packages/invirt-web/code/templates/functions.tmpl

    r1318 r1693  
    3838   <input #slurp
    3939#if $default == $vmtype[0] then 'checked' else ''
    40  type="radio" name="vmtype" value="${vmtype[0]}">${vmtype[1]}</input>
     40 type="radio" name="vmtype" id="vmtype-${vmtype[0]}" value="${vmtype[0]}">${vmtype[1]}</input>
    4141</label>
    4242#end for
Note: See TracChangeset for help on using the changeset viewer.