# HG changeset patch # User Matti Hamalainen # Date 1386236121 -7200 # Node ID 5a34126297b1425f0dad53e1ad12dd497447bbf2 # Parent 0c1798c9d4866ef7833303462d8f75536afcdf6d Cosmetics. diff -r 0c1798c9d486 -r 5a34126297b1 admajax.php --- 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". + "\n". + "
\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". "
\n". - "
\n". - "
\n". "\n"; break;