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

raeburn raeburn@source.lon-capa.org
Wed, 10 Feb 2010 17:41:41 -0000


raeburn		Wed Feb 10 17:41:41 2010 EDT

  Modified files:              (Branch: version_2_9_X)
    /loncom/interface	londocs.pm 
  Log:
  - Re-implement <div></div> eliminated in 1.325.2.4.
  
  
Index: loncom/interface/londocs.pm
diff -u loncom/interface/londocs.pm:1.325.2.7 loncom/interface/londocs.pm:1.325.2.8
--- loncom/interface/londocs.pm:1.325.2.7	Tue Feb  2 01:30:46 2010
+++ loncom/interface/londocs.pm	Wed Feb 10 17:41:40 2010
@@ -1,7 +1,7 @@
 # The LearningOnline Network
 # Documents
 #
-# $Id: londocs.pm,v 1.325.2.7 2010/02/02 01:30:46 raeburn Exp $
+# $Id: londocs.pm,v 1.325.2.8 2010/02/10 17:41:40 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -265,10 +265,10 @@
 
 sub exportbutton {
     my $crstype = &Apache::loncommon::course_type();
-    return '<input type="submit" name="exportcourse"'
+    return '<div><input type="submit" name="exportcourse"'
           .' value="'.&mt('IMS Export').'"'
           .' title="'.&mt('Export '.$crstype.' to IMS Package').'" />'.
-    &Apache::loncommon::help_open_topic('Docs_Export_Course_Docs').'<br />';
+    &Apache::loncommon::help_open_topic('Docs_Export_Course_Docs').'</div>';
 }