changeset 392:5a34126297b1

Cosmetics.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 05 Dec 2013 11:35:21 +0200
parents 0c1798c9d486
children 14cdbeb331b6
files admajax.php
diffstat 1 files changed, 5 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/admajax.php	Thu Dec 05 11:33:12 2013 +0200
+++ b/admajax.php	Thu Dec 05 11:35:21 2013 +0200
@@ -371,10 +371,12 @@
     break;
 
   case "ctrl":
+    //
+    // Party information system control
+    //
     switch ($type)
     {
       case "setTempSlide":
-        
         break;
     
       case "setShowMode":
@@ -453,12 +455,12 @@
           stGetShowModeButton(SMODE_DISABLED, "Off/disabled", $showMode)."\n".
           stGetShowModeButton(SMODE_ROTATE, "Slide rotation", $showMode)."\n".
           stGetShowModeButton(SMODE_COMPO, "Compo mode", $showMode)."\n".
+          "</div>\n".
+          "<div>\n".
           stGetFormButtonInput("syscheck", "", "", " Perform system check ", "performSystemCheck()")."\n".
           stGetFormButtonInput("generate", "", "", " Add missing show positions ", "generateEntryPositions(0, 1)")."\n".
           stGetFormButtonInput("regenerate", "", "", " ReGenerate ALL show positions ", "generateEntryPositions(0, 0)")."\n".
           "</div>\n".
-          "<div>\n".
-          "</div>\n".
           "</div>\n";
         break;