Ignore:
Timestamp:
12/21/07 17:15:19 (17 years ago)
Author:
Daniela Dorner
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r8791 r8797  
    2525    CheckBox("fMeanTriggerRate",  "Mean Trigger rate");
    2626    CheckBox("fSequenceFirst",    "Sequence Number");
     27
     28    printf("  </tr><tr>\n");
     29
    2730    CheckBox("fTest",             "incl. TestSources");
     31    CheckBox("fLinks",            "Links");
    2832
    2933    printf("  </tr>\n");
     
    282286    CheckBox("fUnsuitable50",        "Unsuitable (50%)");
    283287    CheckBox("fUnsuitable01",        "Unsuitable (1%)");
    284     CheckBox("fUnsuitableMax",       "Unsuitable (99.9%)");
     288    CheckBox("fUnsuitableMax",       "UnsuitableMax");
    285289    CheckBox("fDeadMax",             "DeadMax");
    286290
     
    680684    InitFailInfo($_GET, $first);
    681685
     686    if (empty($_GET["fLinks"]))
     687        $_GET["fLinks"]=$first?"On":"";
     688
    682689    if (empty($_GET["fFormatVersion"]))
    683690        $_GET["fFormatVersion"]="Off";
Note: See TracChangeset for help on using the changeset viewer.