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

sakharuk lon-capa-cvs@mail.lon-capa.org
Fri, 11 Jun 2004 16:37:43 -0000


sakharuk		Fri Jun 11 12:37:43 2004 EDT

  Modified files:              
    /loncom/interface	lonsyllabus.pm 
  Log:
  Size of table is adjusted.
  
  
Index: loncom/interface/lonsyllabus.pm
diff -u loncom/interface/lonsyllabus.pm:1.36 loncom/interface/lonsyllabus.pm:1.37
--- loncom/interface/lonsyllabus.pm:1.36	Fri Jun 11 12:28:14 2004
+++ loncom/interface/lonsyllabus.pm	Fri Jun 11 12:37:42 2004
@@ -1,7 +1,7 @@
 # The LearningOnline Network
 # Syllabus
 #
-# $Id: lonsyllabus.pm,v 1.36 2004/06/11 16:28:14 sakharuk Exp $
+# $Id: lonsyllabus.pm,v 1.37 2004/06/11 16:37:42 sakharuk Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -122,7 +122,7 @@
     if ($target ne 'tex') {
 	$r->print('<table border="2">');
     } else {
-	$r->print('\begin{tabular}{|c|c|}\hline');
+	$r->print('\begin{tabular}{|p{0.45\textwidth}|p{0.45\textwidth}|}\hline');
     }
     foreach my $element (sort keys %coursepersonnel) {
 	if ($target ne 'tex') {