\n";
- print " Display Options | \n";
- print " System | \n";
- printf " %s\n",
- $System eq 1 ? 'checked' : '', $text{'yes'};
- printf " %s\n",
- $System eq 1 ? '' : 'checked', $text{'no'},
- join(" ", $System)," | \n";
-
- print " Package | \n";
- printf " %s\n",
- $Package eq 1 ? 'checked' : '', $text{'yes'};
- printf " %s\n",
- $Package eq 1 ? '' : 'checked', $text{'no'},
- join(" ", $Package)," | \n";
-
- print " Main | \n";
- printf " %s\n",
- $Main eq 1 ? 'checked' : '', $text{'yes'};
- printf " %s\n",
- $Main eq 1 ? '' : 'checked', $text{'no'},
- join(" ", $Main)," | \n";
-
- print " Defaults in Main | \n";
- printf " %s\n",
- $Defaultsinmain eq 1 ? 'checked' : '', $text{'yes'};
- printf " %s\n",
- $Defaultsinmain eq 1 ? '' : 'checked', $text{'no'},
- join(" ", $Defaultsinmain)," | \n";
-
- print " Master | \n";
- printf " %s\n",
- $Master eq 1 ? 'checked' : '', $text{'yes'};
- printf " %s\n",
- $Master eq 1 ? '' : 'checked', $text{'no'},
- join(" ", $Master)," | \n";
-
- print " Locking | \n";
- printf " %s\n",
- $Locking eq 1 ? 'checked' : '', $text{'yes'};
- printf " %s\n",
- $Locking eq 1 ? '' : 'checked', $text{'no'},
- join(" ", $Locking)," | \n";
-
- print " Tables | \n";
- printf " %s\n",
- $Tables eq 1 ? 'checked' : '', $text{'yes'};
- printf " %s\n",
- $Tables eq 1 ? '' : 'checked', $text{'no'},
- join(" ", $Tables)," | \n";
-
- print " Permissions | \n";
- printf " %s\n",
- $Permissions eq 1 ? 'checked' : '', $text{'yes'};
- printf " %s\n",
- $Permissions eq 1 ? '' : 'checked', $text{'no'},
- join(" ", $Permissions)," | \n";
-
- print " Libraries | \n";
- printf " %s\n",
- $Libraries eq 1 ? 'checked' : '', $text{'yes'};
- printf " %s\n",
- $Libraries eq 1 ? '' : 'checked', $text{'no'},
- join(" ", $Libraries)," | \n";
-
- print " Warn | \n";
- printf " %s\n",
- $Warn eq 1 ? 'checked' : '', $text{'yes'};
- printf " %s\n",
- $Warn eq 1 ? '' : 'checked', $text{'no'},
- join(" ", $Warn)," | \n";
- print " | | \n";
-
- print " |