From 990601fb01bb7e6e1a4203d02d4422ec139d753f Mon Sep 17 00:00:00 2001 From: "Edward Z. Yang" Date: Sun, 1 Feb 2009 00:44:55 -0500 Subject: [PATCH 1/1] Changed HTML for info UI to stop using tables for the buttons/inputs. svn path=/trunk/packages/invirt-web/; revision=2077 --- code/templates/info.tmpl | 26 ++++++++++++-------------- 1 file changed, 12 insertions(+), 14 deletions(-) diff --git a/code/templates/info.tmpl b/code/templates/info.tmpl index b090906..d872fce 100644 --- a/code/templates/info.tmpl +++ b/code/templates/info.tmpl @@ -29,26 +29,24 @@ Info on $machine.name
- - +
#if $on -
- - + + + #else - + #end if - - - - - - -
Boot CD:#slurp + +
+ Boot CD: #filter None $cdromList()#slurp #end filter -
+ +
+ +
#end def -- 1.7.9.5