Ignore:
Timestamp:
05/08/07 14:34:24 (18 years ago)
Author:
Daniela Dorner
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r8180 r8477  
    5252            $_GET["fUnsuitableOuter"]=$first?"On":"";
    5353
     54        if (empty($_GET["fUnsuitable50"]))
     55            $_GET["fUnsuitable50"]=$first?"On":"";
     56
     57        if (empty($_GET["fUnsuitable01"]))
     58            $_GET["fUnsuitable01"]=$first?"On":"";
     59
    5460        if (empty($_GET["fUnreliableOuter"]))
    5561            $_GET["fUnreliableOuter"]=$first?"On":"";
     
    113119        CheckBox("fUnreliableInner",     "Unreliable inner");
    114120        CheckBox("fUnreliableOuter",     "Unreliable outer");
     121
     122        printf("  </tr><tr>\n");
     123
     124        CheckBox("fUnsuitable50",        "Unsuitable (50%)");
     125        CheckBox("fUnsuitable01",        "Unsuitable (1%)");
    115126        CheckBox("fIsolatedInner",       "Isolated inner");
    116127        CheckBox("fIsolatedOuter",       "Isolated outer");
Note: See TracChangeset for help on using the changeset viewer.