Index: trunk/packages/sipb-xen-www/code/templates/info.tmpl
===================================================================
--- trunk/packages/sipb-xen-www/code/templates/info.tmpl	(revision 429)
+++ trunk/packages/sipb-xen-www/code/templates/info.tmpl	(revision 430)
@@ -7,5 +7,5 @@
 
 #def infoTable()
-<p>Info on ${machine.name}:</p>
+<h2>Info</h2>
 <table>
   #for $key, $value in $fields
@@ -21,10 +21,10 @@
   <table>
     
-    <tr><td>
+    <tr><td colspan=3>
 	#if $on
 	#if $has_vnc
-	<a href="vnc?machine_id=$machine.machine_id">Console</a>
+	<strong><a href="vnc?machine_id=$machine.machine_id">Get Console</a></strong>
 	#else
-	VNC is not enabled
+	VNC console not enabled; still booting?
 	#end if
 	#else
@@ -34,6 +34,6 @@
       <tr>
 	#if $on
-	<td><input type="submit" class="button" name="action" value="Power off"/></td>
-	<td><input type="submit" class="button" name="action" value="Shutdown"/></td>
+	<td><button type="submit" class="button" name="action" value="Power off">Power off (hard)</button></td>
+	<td><input type="submit" class="button" name="action" value="Shut down"/></td>
 	<td><input type="submit" class="button" name="action" value="Reboot"/></td>
 	#else
@@ -91,9 +91,9 @@
 </div>
 
-<p>Commands:</p>
+<h2>Commands</h2>
 <div id="commands">
   $commands()
 </div>
-<p>Change settings:
+<h2>Settings</h2>
 <div id="modify">
   $modifyForm()
