\n";
$auth = &find("SystemAuth", \@conf);
print " $text{'config_auth'} | \n";
printf " %s\n",
$auth->{'value'} eq 'no' ? "" : "checked", $text{'yes'};
printf " %s | \n",
$auth->{'value'} eq 'no' ? "checked" : "", $text{'no'};
$top = &find("TopLevelAdmin", \@conf);
print " $text{'config_top'} | \n";
printf " %s\n",
$top->{'value'} eq 'yes' ? "checked" : "", $text{'yes'};
printf " %s | \n",
$top->{'value'} eq 'yes' ? "" : "checked", $text{'no'};
$hist = &find("LogHistory", \@conf);
$all++ if (!$hist || lc($hist->{'value'}) eq 'all');
map { $hist{lc($_)}++ } split(//, $hist->{'value'}) if (!$all);
print " $text{'config_hist'} | \n";
printf " %s\n",
$all ? "checked" : "", $text{'config_hist_all'};
printf " %s \n",
$all ? "" : "checked", $text{'config_hist_sel'};
print " | \n";
$lock = &find("LockDir", \@conf);
print " $text{'config_lock'} | \n";
printf " %s\n",
$lock ? "" : "checked", $text{'default'};
printf "\n",
$lock ? "checked" : "";
printf " %s | \n",
$lock->{'value'}, &file_chooser_button("lock");
print " |