From 3f858e5e0294d56fc32016a1d5c0e253f39902b5 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Mon, 14 Feb 2005 15:33:37 +0000 Subject: [PATCH] Print out who have paid and who have not (in red). --- html/ccbs.css | 4 ++++ html/templates/registration.tmpl | 11 ++++++++--- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/html/ccbs.css b/html/ccbs.css index b4ef8ea..64f57aa 100644 --- a/html/ccbs.css +++ b/html/ccbs.css @@ -73,6 +73,10 @@ a:visited { color: navy; } +.notpaid { + color: red; +} + /* 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 7d21ee5..33b4162 100644 --- a/html/templates/registration.tmpl +++ b/html/templates/registration.tmpl @@ -38,10 +38,15 @@
- - -- 2.39.2