From 2522490e79e9f5a5aece3e681134e0cc4cc710c5 Mon Sep 17 00:00:00 2001 From: Quentin Smith Date: Sun, 24 Feb 2008 18:16:42 -0500 Subject: [PATCH] Fixing VNC client height and turning off "service is being changed" message svn path=/trunk/web/; revision=267 --- templates/skeleton.tmpl | 2 +- templates/vnc.tmpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/skeleton.tmpl b/templates/skeleton.tmpl index 94802c4..fa15575 100644 --- a/templates/skeleton.tmpl +++ b/templates/skeleton.tmpl @@ -31,7 +31,7 @@ function helppopup(name){ -#if True +#if False

We are in the process of modifying the service. Things likely will not work.

diff --git a/templates/vnc.tmpl b/templates/vnc.tmpl index 53de616..0feb4ff 100644 --- a/templates/vnc.tmpl +++ b/templates/vnc.tmpl @@ -14,7 +14,7 @@ Console to $machine.name #end if

Here is a console to ${machine.name}.

+ WIDTH="100%" HEIGHT="2048"> -- 1.7.9.5