From: Mitchell Berger Date: Tue, 27 May 2008 05:38:16 +0000 (-0400) Subject: Fix help popup links on individual server info pages, and from the X-Git-Tag: sipb-xen-www/3.4~5 X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-web.git/commitdiff_plain/cd40d6f384656638504b9ec67b73e446401033a8?ds=sidebyside Fix help popup links on individual server info pages, and from the console pages. svn path=/trunk/packages/sipb-xen-www/; revision=539 --- diff --git a/code/templates/info.tmpl b/code/templates/info.tmpl index 91a2c3b..64b9445 100644 --- a/code/templates/info.tmpl +++ b/code/templates/info.tmpl @@ -67,7 +67,7 @@ $cdromList()#slurp #filter None @@ -75,7 +75,7 @@ $errorRow('owner', $err) #end filter #filter None @@ -93,7 +93,7 @@ $errorRow('name', $err)
Owner#slurp #filter None -$helppopup("owner")#slurp +$helppopup("Owner")#slurp #end filter :
Administrator#slurp #filter None -$helppopup("administrator")#slurp +$helppopup("Administrator")#slurp #end filter :
HVM/ParaVM#slurp #filter None -$helppopup('hvm_paravm')#slurp +$helppopup('HVM/ParaVM')#slurp #end filter #slurp diff --git a/code/templates/vnc.tmpl b/code/templates/vnc.tmpl index ed2d6e4..e3fbcca 100644 --- a/code/templates/vnc.tmpl +++ b/code/templates/vnc.tmpl @@ -12,7 +12,7 @@ Console to $machine.name #else if not $has_vnc

Your machine appears to not be accepting VNC connections. Perhaps you have a ParaVM machine?

#end if -

See tips about framebuffer and other issues.

+

See tips about framebuffer and other issues.