From 6f341708bbeb9de2c4b08673c26314d68bc5dba7 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Wed, 16 Feb 2005 14:39:55 +0000 Subject: [PATCH 1/1] Fiddled around with the table layout. --- html/templates/show-tournament.tmpl | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/html/templates/show-tournament.tmpl b/html/templates/show-tournament.tmpl index decfe5e..c2cbfa0 100644 --- a/html/templates/show-tournament.tmpl +++ b/html/templates/show-tournament.tmpl @@ -93,9 +93,9 @@ [% END %] [% FOR s = p.songs %] [% IF s == '' %] - Selvvalgt + Selvvalgt [% ELSE %] - [% s %] + [% s %] [% END %] [% END %] [% IF p.num_songs > 1 %] @@ -112,6 +112,8 @@ [% FOR s = pl.songs %] [% s.score %] + [% s.playmode %] + [% s.difficulty %] [% IF s.chosen %] [% s.title %] [% END %] @@ -124,11 +126,12 @@ [% pl.nick %] [% FOR s = pl.songs %] - + - - + + + + + +