new();
addMessage("");
+ addMessage("Print Discussions: | ");
+ $paramHash = Apache::lonhelper::getParamHash();
+ $paramHash->{'variable'} = 'PRINT_DISCUSSIONS';
+ $helper->declareVar('PRINT_DISCUSSIONS');
+ $paramHash->{CHOICES} = [
+ ['No', 'no'],
+ ['Yes', 'yes'] ];
+ Apache::lonhelper::dropdown->new();
+ addMessage(" |
");
}
if ($helper->{'VARS'}->{'construction'}) {
@@ -1903,9 +2023,12 @@ STATEHTML
$result .= "\n";
$result .= " |