Changeset 8477 for trunk/MagicSoft/Mars/datacenter/db/menu.php
- Timestamp:
- 05/08/07 14:34:24 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/db/menu.php
r8334 r8477 280 280 printf(" </tr><tr>\n"); 281 281 282 CheckBox("fUnsuitable50", "Unsuitable (50%)"); 283 CheckBox("fUnsuitable01", "Unsuitable (1%)"); 284 285 printf(" </tr><tr>\n"); 286 282 287 CheckBox("fIsolatedInner", "Isolated inner"); 283 288 CheckBox("fIsolatedOuter", "Isolated outer"); … … 829 834 $_GET["fUnsuitableInner"]="Off"; 830 835 836 if (empty($_GET["fUnsuitable50"])) 837 $_GET["fUnsuitable50"]="Off"; 838 839 if (empty($_GET["fUnsuitable01"])) 840 $_GET["fUnsuitable01"]="Off"; 841 831 842 if (empty($_GET["fIsolatedInner"])) 832 843 $_GET["fIsolatedInner"]="Off";
Note:
See TracChangeset
for help on using the changeset viewer.