default to no boot CD when cloning
authorGreg Price <price@mit.edu>
Thu, 3 Apr 2008 06:46:28 +0000 (02:46 -0400)
committerGreg Price <price@mit.edu>
Thu, 3 Apr 2008 06:46:28 +0000 (02:46 -0400)
svn path=/trunk/packages/sipb-xen-www/; revision=406

code/templates/functions.tmpl
code/templates/list.tmpl

index 213b639..7b917b0 100644 (file)
@@ -1,5 +1,5 @@
 #def cdromList($cdroms, $default="")
-<select name="cdrom">
+<select name="cdrom" id="cdromlist">
   <option #slurp
 #if $default then '' else 'selected'
  value="">None</option>
index b6e9e33..249541e 100644 (file)
@@ -53,8 +53,9 @@ $errorRow('vmtype', $err)
 $errorRow('cdrom', $err)
        <tr>
          <td>Clone image?</td>
-         <td><input type="checkbox" name="clone_from" value="ice3"/>
-             (experimental; 1-2 minutes, and you have an etch machine; root pw is 'password'.)</td>
+         <td><input type="checkbox" name="clone_from" id="clone_from" value="ice3" onchange="onclone(event)"/>
+             (experimental; 1-2 minutes, and you have an etch machine; root pw is 'password'.)
+             <script type='text/javascript'>function onclone(e){ document.getElementById('cdromlist').value = ''; }</script></td>
        </tr>
 $errorRow('cdrom', $err)
        <tr>