[LON-CAPA-cvs] cvs: loncom /interface lonextresedit.pm

raeburn raeburn at source.lon-capa.org
Thu Jun 1 15:36:11 EDT 2023


raeburn		Thu Jun  1 19:36:11 2023 EDT

  Modified files:              
    /loncom/interface	lonextresedit.pm 
  Log:
  - Bug 6754
    - "Title" textbox and "Add Tool" button displayed when tool definitions
      exist in domain, but not in course, and External > "External Tool" used
      in Course Editor. 
  
  
Index: loncom/interface/lonextresedit.pm
diff -u loncom/interface/lonextresedit.pm:1.31 loncom/interface/lonextresedit.pm:1.32
--- loncom/interface/lonextresedit.pm:1.31	Mon May 22 21:10:55 2023
+++ loncom/interface/lonextresedit.pm	Thu Jun  1 19:36:11 2023
@@ -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 @@
                     $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 = '<option value="" selected="selected">'.&mt('Select').'</option>';
                     $seloptions = &ordered_tooloptions($ltitools->{'dom'});




More information about the LON-CAPA-cvs mailing list