changeset 267:aef6dfcf352c

Party info system tab.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 24 Nov 2013 05:12:09 +0200
parents c535c5a8a36d
children feed47a72df4
files admin.php
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/admin.php	Sun Nov 24 04:29:50 2013 +0200
+++ b/admin.php	Sun Nov 24 05:12:09 2013 +0200
@@ -148,6 +148,7 @@
     case "Attendees": refreshItems("tabContCCAttendees", "attendees", ""); break;
     case "Voters": refreshItems("tabContCCVoters", "voters", ""); break;
     case "Compos": refreshItems("tabContCCCompos", "compos", ""); break;
+    case "InfoSys": refreshItems("tabContCCInfoSys", "infosys", ""); break;
     case "Entries": refreshCCEntries(); break;
   }
 }
@@ -437,7 +438,7 @@
   registerTab("CC", "Voters", "Voters");
   registerTab("CC", "Compos", "Compos");
   registerTab("CC", "Entries", "Entries");
-  registerTab("CC", "Info", "Party Info");
+  registerTab("CC", "InfoSys", "Infosystem");
   updateTabList("CC",
     "<a class=\"admin\" href=\"admlogout.php\">Logout</a> " +
     "<a class=\"admin\" href=\"about\">Mainpage</a>");