From cd40d6f384656638504b9ec67b73e446401033a8 Mon Sep 17 00:00:00 2001 From: Mitchell Berger Date: Tue, 27 May 2008 01:38:16 -0400 Subject: [PATCH] Fix help popup links on individual server info pages, and from the console pages. svn path=/trunk/packages/sipb-xen-www/; revision=539 --- code/templates/info.tmpl | 6 +++--- code/templates/vnc.tmpl | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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.

-- 1.7.9.5