--- loncom/interface/lonextresedit.pm 2023/05/22 21:10:55 1.31 +++ loncom/interface/lonextresedit.pm 2023/06/01 19:36:11 1.32 @@ -1,7 +1,7 @@ # The LearningOnline Network # Documents # -# $Id: lonextresedit.pm,v 1.31 2023/05/22 21:10:55 raeburn Exp $ +# $Id: lonextresedit.pm,v 1.32 2023/06/01 19:36:11 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -631,7 +631,7 @@ sub extedit_form { $exttypeofftext = &mt('No external tools defined in the domain are available for selection.'); } elsif (!$numcrstools && $numdomtools) { $defcheck{'dom'} = ' checked="checked"'; - $subdivstyle = 'display:none'; + $subdivstyle = 'display:block'; $exttypeonsty = 'display:block'; my $firstoption = ''; $seloptions = &ordered_tooloptions($ltitools->{'dom'});