comparison admajax.php @ 444:11096d647338

Oops.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 06 Dec 2013 11:29:59 +0200
parents 2a4d5ded6c79
children 643edf88053e
comparison
equal deleted inserted replaced
443:2a4d5ded6c79 444:11096d647338
803 stGetFormButtonInput("regenerate", "", "", "ReGenerate ALL show positions", "generateEntryPositions(0, 0)")."\n". 803 stGetFormButtonInput("regenerate", "", "", "ReGenerate ALL show positions", "generateEntryPositions(0, 0)")."\n".
804 "</div>\n"; 804 "</div>\n";
805 805
806 echo 806 echo
807 "<div class=\"ctrlBox\" id=\"ctrlListRotationLists\">\n". 807 "<div class=\"ctrlBox\" id=\"ctrlListRotationLists\">\n".
808 " <div>Disabled for the moment, will be available 'soon'.</div>\n".
809 /*
808 " <div class=\"ctrlTitle\">Rotation lists:</div>\n". 810 " <div class=\"ctrlTitle\">Rotation lists:</div>\n".
809 " <div class=\"ctrlInfo\">Lists of slides, that are shown for 15 seconds and 'rotated' to next one.</div>\n". 811 " <div class=\"ctrlInfo\">Lists of slides, that are shown for 15 seconds and 'rotated' to next one.</div>\n".
810 stGetInfoRotationLists(" ", TRUE). 812 stGetInfoRotationLists(" ", TRUE).
811 " <div class=\"ctrlButtons\">\n". 813 " <div class=\"ctrlButtons\">\n".
812 " ".stGetFormButtonInput("actlist", "", "", "Set Active", "activateRotationList()")."\n". 814 " ".stGetFormButtonInput("actlist", "", "", "Set Active", "activateRotationList()")."\n".
813 " ".stGetFormButtonInput("editlist", "", "", "Edit", "editRotationList()")."\n". 815 " ".stGetFormButtonInput("editlist", "", "", "Edit", "editRotationList()")."\n".
814 " ".stGetFormButtonInput("newlist", "", "", "New", "newRotationList()")."\n". 816 " ".stGetFormButtonInput("newlist", "", "", "New", "newRotationList()")."\n".
815 " ".stGetFormButtonInput("dellist", "", "", "Delete", "deleteRotationList()")."\n". 817 " ".stGetFormButtonInput("dellist", "", "", "Delete", "deleteRotationList()")."\n".
816 " </div>\n". 818 " </div>\n".
819 */
817 "</div>\n"; 820 "</div>\n";
818 821
819 echo 822 echo
820 "<div class=\"ctrlBox\" id=\"ctrlListDisplaySlides\">\n". 823 "<div class=\"ctrlBox\" id=\"ctrlListDisplaySlides\">\n".
821 "<div class=\"ctrlTitle\">Display slides:</div>\n". 824 "<div class=\"ctrlTitle\">Display slides:</div>\n".