Fix statement about autoinstall's password
[invirt/packages/invirt-web.git] / code / templates / list.tmpl
index e9200dd..89a75d8 100644 (file)
@@ -78,7 +78,7 @@ $helppopup('Autoinstall')#slurp
          <td><input type="radio" name="cd_or_auto" id="cd_or_auto_auto">
 #filter None
 $autoList($defaults.cdrom, "document.getElementById('cd_or_auto_auto').checked = true;document.getElementById('cdromlist').value = ''")
-             (experimental; 1-2 minutes, and you have a machine; root pw is 'password'.)
+             (experimental; 1-2 minutes, and you have a machine with empty root password.)
 #end filter
          </input>
        </tr>
@@ -113,12 +113,10 @@ $errorRow('cdrom', $err)
            <input type="hidden" name="back" value="list"/>
            <input type="hidden" name="machine_id"
                   value="$machine.machine_id"/>
-<input type="image" class="power #slurp
+<input type="submit" class="power #slurp
 #if $machine.uptime then 'on' else 'off'
 " name="action" value="#slurp
 #if $machine.uptime then 'Power off' else 'Power on'
-" src="#slurp
-#if $machine.uptime then 'static/power_button_on.png' else 'static/power_button_off.png'
 "/>
          </form>
        </td>