More stuff.
[invirt/packages/invirt-web.git] / templates / info.tmpl
index aa81dbe..9f014f2 100644 (file)
@@ -16,7 +16,7 @@ Info on $machine.name
 </table>
 
 <p>Commands:</p>
-<form action="command">
+<form action="command" action="POST">
   <input type="hidden" name="machine_id" value="$machine.machine_id"/>
   <table>
     
@@ -59,7 +59,7 @@ Info on $machine.name
 (To edit ram and disk size, turn off the machine first.)
 #end if
 </p>
-<form action="modify">
+<form action="modify" method="POST">
   <input type="hidden" name="machine_id" value="$machine.machine_id"/>
   <table>
     <tr><td>Owner:</td><td><input type="text" value="$machine.owner"/></td></tr>