Ignore:
Timestamp:
10/18/06 19:42:49 (18 years ago)
Author:
Daniela Dorner
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/datacenter/db/menu.php

    r8121 r8124  
    102102
    103103    CheckBox("fRunStart",          "Start time");
     104    CheckBox("fRunStop",           "Stop time");
    104105    CheckBox("fNumEvents",         "Num of events");
    105106    CheckBox("fRunTime/60",        "Duration");
    106     CheckBox("fSequenceLast",      "Last run");
    107107
    108108    printf("  </tr><tr>\n");
     
    112112    CheckBox("fAzimuthMin",        "Azimuth min");
    113113    CheckBox("fAzimuthMax",        "Azimuth max");
     114
     115    printf("  </tr><tr>\n");
     116
     117    CheckBox("fSequenceLast",      "Last run");
    114118
    115119    printf("  </tr><tr>\n");
     
    546550        $_GET["fRunStart"]="Off";
    547551
     552    if (empty($_GET["fRunStop"]))
     553        $_GET["fRunStop"]="Off";
     554
    548555    if (empty($_GET["fTest"]))
    549556        $_GET["fTest"]="Off";
     
    624631    if (empty($_GET["fFormatVersion"]))
    625632        $_GET["fFormatVersion"]="Off";
    626 
    627     if (empty($_GET["fRunStop"]))
    628         $_GET["fRunStop"]="Off";
    629633
    630634    if (empty($_GET["fAzimuth"]))
Note: See TracChangeset for help on using the changeset viewer.