From 4af8a5f91e1da7ae80a4c86f853c052c01db297f Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Mon, 14 Feb 2005 18:12:58 +0000 Subject: [PATCH] Registration stuff now validates. --- html/ccbs.css | 3 +++ html/templates/registration.tmpl | 12 +++++++----- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/html/ccbs.css b/html/ccbs.css index 64f57aa..30d2365 100644 --- a/html/ccbs.css +++ b/html/ccbs.css @@ -76,6 +76,9 @@ a:visited { .notpaid { color: red; } +p.button { + margin: 0; +} /* IE sucks! */ tr.own td, tr.own th { border-top: 2px solid red; border-bottom: 2px solid red; } diff --git a/html/templates/registration.tmpl b/html/templates/registration.tmpl index 44d7ab7..cc41a21 100644 --- a/html/templates/registration.tmpl +++ b/html/templates/registration.tmpl @@ -47,14 +47,16 @@ [% END %]
- +

+ [% IF r.paid %] - - + + [% ELSE %] - - + + [% END %] +

-- 2.39.2