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

raeburn raeburn@source.lon-capa.org
Wed, 20 Jan 2010 23:51:17 -0000


raeburn		Wed Jan 20 23:51:17 2010 EDT

  Modified files:              
    /loncom/interface	londocs.pm 
  Log:
  - Code cleanup.
  
  
Index: loncom/interface/londocs.pm
diff -u loncom/interface/londocs.pm:1.412 loncom/interface/londocs.pm:1.413
--- loncom/interface/londocs.pm:1.412	Wed Jan 13 14:32:57 2010
+++ loncom/interface/londocs.pm	Wed Jan 20 23:51:16 2010
@@ -1,7 +1,7 @@
 # The LearningOnline Network
 # Documents
 #
-# $Id: londocs.pm,v 1.412 2010/01/13 14:32:57 wenzelju Exp $
+# $Id: londocs.pm,v 1.413 2010/01/20 23:51:16 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -368,12 +368,11 @@
         $r->print($outcome);
         $r->print(&Apache::loncommon::end_page());
     } else {
-        my $display;
-        $display = '<form name="exportdoc" action="" method="post">'."\n";
-        $display .= '<p>'
-                   .&mt('Choose which items you wish to export from your '.$crstype.'.')
-                   .'</p>';
-        $display .= '<div class="LC_columnSection"><fieldset>'.
+        my $display='<form name="exportdoc" action="" method="post">'."\n".
+                    '<p>'.
+                    &mt('Choose which items you wish to export from your '.$crstype.'.').
+                    '</p>'.
+                    '<div class="LC_columnSection"><fieldset>'.
                     '<legend>'.&mt('Content items').'</legend>'.
                     '<input type="button" value="'.&mt('check all').'" '.
                     'onclick="javascript:checkAll(document.exportdoc.archive)" />'.