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

albertel lon-capa-cvs@mail.lon-capa.org
Tue, 30 Aug 2005 14:36:49 -0000


albertel		Tue Aug 30 10:36:49 2005 EDT

  Modified files:              
    /loncom/interface	londocs.pm 
  Log:
  - BUG#4286, help file doesn't exist yet comment out button
  
  
Index: loncom/interface/londocs.pm
diff -u loncom/interface/londocs.pm:1.201 loncom/interface/londocs.pm:1.202
--- loncom/interface/londocs.pm:1.201	Wed Aug 24 17:08:14 2005
+++ loncom/interface/londocs.pm	Tue Aug 30 10:36:46 2005
@@ -1,7 +1,7 @@
 # The LearningOnline Network
 # Documents
 #
-# $Id: londocs.pm,v 1.201 2005/08/24 21:08:14 albertel Exp $
+# $Id: londocs.pm,v 1.202 2005/08/30 14:36:46 albertel Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -253,8 +253,8 @@
 sub exportbutton {
     return '</td><td bgcolor="#DDDDCC">'.
             '<input type="submit" name="exportcourse" value="'.
-            &mt('Export Course to IMS').'" />'.
-            &Apache::loncommon::help_open_topic('Docs_Export_Course_Docs');
+            &mt('Export Course to IMS').'" />';
+    #&Apache::loncommon::help_open_topic('Docs_Export_Course_Docs');
 }
 
 sub exportcourse {