Changeset 8797 for trunk/MagicSoft/Mars/datacenter/db/menu.php
- Timestamp:
- 12/21/07 17:15:19 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/db/menu.php
r8791 r8797 25 25 CheckBox("fMeanTriggerRate", "Mean Trigger rate"); 26 26 CheckBox("fSequenceFirst", "Sequence Number"); 27 28 printf(" </tr><tr>\n"); 29 27 30 CheckBox("fTest", "incl. TestSources"); 31 CheckBox("fLinks", "Links"); 28 32 29 33 printf(" </tr>\n"); … … 282 286 CheckBox("fUnsuitable50", "Unsuitable (50%)"); 283 287 CheckBox("fUnsuitable01", "Unsuitable (1%)"); 284 CheckBox("fUnsuitableMax", "Unsuitable (99.9%)");288 CheckBox("fUnsuitableMax", "UnsuitableMax"); 285 289 CheckBox("fDeadMax", "DeadMax"); 286 290 … … 680 684 InitFailInfo($_GET, $first); 681 685 686 if (empty($_GET["fLinks"])) 687 $_GET["fLinks"]=$first?"On":""; 688 682 689 if (empty($_GET["fFormatVersion"])) 683 690 $_GET["fFormatVersion"]="Off";
Note:
See TracChangeset
for help on using the changeset viewer.