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

raeburn raeburn at source.lon-capa.org
Mon Jan 16 19:13:55 EST 2023


raeburn		Tue Jan 17 00:13:55 2023 EDT

  Modified files:              
    /loncom/interface	lonprintout.pm 
  Log:
  - When displaying list of selectable resources to include in a PDF printout,
    exclude any "Table of Contents" (i.e., /adm/navmaps) items.
  
  
Index: loncom/interface/lonprintout.pm
diff -u loncom/interface/lonprintout.pm:1.683 loncom/interface/lonprintout.pm:1.684
--- loncom/interface/lonprintout.pm:1.683	Sun Jan 15 01:19:50 2023
+++ loncom/interface/lonprintout.pm	Tue Jan 17 00:13:55 2023
@@ -1,7 +1,7 @@
 # The LearningOnline Network
 # Printout
 #
-# $Id: lonprintout.pm,v 1.683 2023/01/15 01:19:50 raeburn Exp $
+# $Id: lonprintout.pm,v 1.684 2023/01/17 00:13:55 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -4883,7 +4883,7 @@
   <state name="CHOOSE_FROM_ANY_SEQUENCE" title="Select Resources To Print">
     <message>(mark desired resources then click "next" button) <br /></message>
     <resource variable="RESOURCES" multichoice="1" toponly='1' addstatus="1"
-              closeallpages="1" modallink="1" $nocurrloc>
+              closeallpages="1" modallink="1" suppressNavmap="1" $nocurrloc>
       <nextstate>PAGESIZE</nextstate>
       <filterfunc>return $isNotMap</filterfunc>
       <mapurl evaluate='1'>return '$escapedSequenceName';</mapurl>
@@ -4907,7 +4907,7 @@
   <state name="CHOOSE_FROM_ANY_SEQUENCE" title="Select Resources To Print">
     <message>(mark desired resources then click "next" button) <br /></message>
     <resource variable="RESOURCES" multichoice="1" toponly='1' addstatus="1"
-              closeallpages="1" modallink="1" $nocurrloc>
+              closeallpages="1" modallink="1" suppressNavmap="1" $nocurrloc>
       <nextstate>PAGESIZE</nextstate>
       <filterfunc>return $isNotMap</filterfunc>
       <mapurl evaluate='1'>return '$escapedSequenceName';</mapurl>




More information about the LON-CAPA-cvs mailing list