version 1.71, 2023/06/04 00:06:10
|
version 1.73, 2024/07/14 16:05:27
|
Line 390 $jscript
|
Line 390 $jscript
|
if (grep(/^localization$/,@actions)) { |
if (grep(/^localization$/,@actions)) { |
$onload .= "toggleTimeZone();"; |
$onload .= "toggleTimeZone();"; |
} |
} |
|
if (grep(/^grading$/,@actions)) { |
|
$onload .= 'toggleGrading(document.display);toggleHiddenTotalsSec(document.display);'; |
|
} |
if ($onload) { |
if ($onload) { |
my %loaditems = ( |
my %loaditems = ( |
'onload' => $onload, |
'onload' => $onload, |
Line 653 sub make_changes {
|
Line 656 sub make_changes {
|
if ($context eq 'course') { |
if ($context eq 'course') { |
$footer_text = 'Back to display/edit settings'; |
$footer_text = 'Back to display/edit settings'; |
} |
} |
&print_footer($r,$phase,'display',$footer_text,\@actions,$container,$parm_permission); |
|
$r->print('</p>'); |
$r->print('</p>'); |
|
&print_footer($r,$phase,'display',$footer_text,\@actions,$container,$parm_permission); |
return \%lastact; |
return \%lastact; |
} |
} |
|
|