changeset 439:1e3aaa83b9d7

Temporarily disable rotation list.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 05 Dec 2013 23:48:52 +0200
parents 48903fd966cd
children 5960251829c6
files admajax.php
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/admajax.php	Thu Dec 05 23:46:08 2013 +0200
+++ b/admajax.php	Thu Dec 05 23:48:52 2013 +0200
@@ -800,6 +800,8 @@
         echo
           "<div class=\"ctrlBox\" id=\"ctrlListRotationLists\">\n".
           "  <div class=\"ctrlTitle\">Rotation lists:</div>\n".
+          "  <div>Functionality disabled due to development, plz wait.</div>\n".
+/*
           stGetInfoRotationLists("    ", TRUE).
           "  <div class=\"ctrlButtons\">\n".
           "    ".stGetFormButtonInput("actlist", "", "", "Set Active", "activateRotationList()")."\n".
@@ -807,6 +809,7 @@
           "    ".stGetFormButtonInput("newlist", "", "", "New", "newRotationList()")."\n".
           "    ".stGetFormButtonInput("dellist", "", "", "Delete", "deleteRotationList()")."\n".
           "  </div>\n".
+*/
           "</div>\n";
 
         echo