changeset 464:a678e904633f

OK.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 06 Dec 2013 19:01:36 +0200
parents 782866ee84e0
children dcf645be0f22
files admajax.php
diffstat 1 files changed, 2 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/admajax.php	Fri Dec 06 19:01:10 2013 +0200
+++ b/admajax.php	Fri Dec 06 19:01:36 2013 +0200
@@ -325,8 +325,8 @@
     "<div>List content:</div>\n".
     stGetInfoRotationListEditData($indent."  ", TRUE, $list_id).
     $indent."  <div class=\"ctrlButtons\">\n".
-    $indent."    ".stGetFormButtonInput("moveslideup", "", "", "Move Up", "moveRotationListSlide(".$list_id.", -1)")."\n".
-    $indent."    ".stGetFormButtonInput("moveslidedn", "", "", "Move Down", "moveRotationListSlide(".$list_id.", 1)")."\n".
+//    $indent."    ".stGetFormButtonInput("moveslideup", "", "", "Move Up", "moveRotationListSlide(".$list_id.", -1)")."\n".
+//    $indent."    ".stGetFormButtonInput("moveslidedn", "", "", "Move Down", "moveRotationListSlide(".$list_id.", 1)")."\n".
     $indent."    ".stGetFormButtonInput("addslide", "", "", "Add slide", "addRotationListSlide(".$list_id.")")."\n".
     $indent."    ".stGetFormButtonInput("delslide", "", "", "Remove slide", "removeRotationListSlide(".$list_id.")")."\n".
     $indent."    ".stGetFormButtonInput("closeedit", "", "", "Close", "jsCloseAdminPopup()")."\n".
@@ -878,8 +878,6 @@
 
         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 X seconds and 'rotated' to next one.</div>\n".
           stGetInfoRotationLists("    ", TRUE).
@@ -893,7 +891,6 @@
           "    ".stGetFormButtonInput("dellist", "", "", "Delete", "deleteRotationList()")."\n".
           "  </div>\n".
           stGetInfoActiveRotationList("  ", TRUE).
-*/
           "</div>\n";
 
         echo