changeset 444:11096d647338

Oops.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 06 Dec 2013 11:29:59 +0200
parents 2a4d5ded6c79
children cf7053f04e88
files admajax.php
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/admajax.php	Fri Dec 06 11:29:01 2013 +0200
+++ b/admajax.php	Fri Dec 06 11:29:59 2013 +0200
@@ -805,6 +805,8 @@
 
         echo
           "<div class=\"ctrlBox\" id=\"ctrlListRotationLists\">\n".
+          "  <div>Disabled for the moment, will be available 'soon'.</div>\n".
+/*
           "  <div class=\"ctrlTitle\">Rotation lists:</div>\n".
           "  <div class=\"ctrlInfo\">Lists of slides, that are shown for 15 seconds and 'rotated' to next one.</div>\n".
           stGetInfoRotationLists("    ", TRUE).
@@ -814,6 +816,7 @@
           "    ".stGetFormButtonInput("newlist", "", "", "New", "newRotationList()")."\n".
           "    ".stGetFormButtonInput("dellist", "", "", "Delete", "deleteRotationList()")."\n".
           "  </div>\n".
+*/
           "</div>\n";
 
         echo