changeset 419:206a18bc603a

Rename menu entry.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 05 Dec 2013 18:54:09 +0200
parents 0688a1d2122e
children e9f6e242c4b9
files admajax.php admin.php
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/admajax.php	Thu Dec 05 18:52:17 2013 +0200
+++ b/admajax.php	Thu Dec 05 18:54:09 2013 +0200
@@ -624,7 +624,7 @@
           "</div>\n";
         break;
 
-      case "info":
+      case "infoMain":
         $showMode = stGetDisplayVar("showMode");
         echo
           "<div id=\"ctrlModeControls\">\n".
--- a/admin.php	Thu Dec 05 18:52:17 2013 +0200
+++ b/admin.php	Thu Dec 05 18:54:09 2013 +0200
@@ -160,7 +160,7 @@
     case "Attendees": jsRefreshItems("tabContCCAttendees", "attendees", ""); break;
     case "Voting": jsRefreshItems("tabContCCVoting", "voters", ""); break;
     case "Compos": jsRefreshItems("tabContCCCompos", "compos", ""); break;
-    case "InfoSys": jsRefreshItems("tabContCCInfoSys", "info", ""); break;
+    case "InfoSys": jsRefreshItems("tabContCCInfoSys", "infoMain", ""); break;
     case "Entries": refreshCCEntries(); break;
   }
 }