changeset 83:4d32e870dda7

Restore the old way.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 17 Oct 2013 22:44:41 +0300
parents a071dacdcfc5
children 1f34037a7cae
files ajax.php
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/ajax.php	Thu Oct 17 22:43:53 2013 +0300
+++ b/ajax.php	Thu Oct 17 22:44:41 2013 +0300
@@ -201,12 +201,12 @@
         echo
         "<table class=\"attendees\">\n".
         " <tr>\n".
-        "  <th class=\"rname\">Name</th>\n".
+        "  <th class=\"name\">Name</th>\n".
+        "  <th class=\"groups\">Groups</th>\n".
+        "  <th class=\"regtime\">Registered</th>\n".
         "  <th class=\"oneliner\">Oneliner</th>\n".
         "  <th class=\"email\">E-mail</th>\n".
         "  <th>Actions</th>\n".
-        "  <th class=\"vkey\">Vote key</th>\n".
-        "  <th class=\"vactive\">Active</th>\n".
         " </tr>\n";
         $row = 0;
         foreach ($res as $item)