From: Steinar H. Gunderson Date: Mon, 14 Feb 2005 18:12:58 +0000 (+0000) Subject: Registration stuff now validates. X-Git-Url: https://git.sesse.net/?p=ccbs;a=commitdiff_plain;h=4af8a5f91e1da7ae80a4c86f853c052c01db297f Registration stuff now validates. --- 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 %] +