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

raeburn raeburn at source.lon-capa.org
Wed Dec 18 18:03:44 EST 2013


raeburn		Wed Dec 18 23:03:44 2013 EDT

  Modified files:              
    /loncom/interface	londocs.pm 
  Log:
  - Switch help item attached to Simple Problem link in Course Editor
    from Option_Response_Simple.tex to Docs_Simple_Problem.tex
  
  
Index: loncom/interface/londocs.pm
diff -u loncom/interface/londocs.pm:1.571 loncom/interface/londocs.pm:1.572
--- loncom/interface/londocs.pm:1.571	Wed Dec 18 18:56:41 2013
+++ loncom/interface/londocs.pm	Wed Dec 18 23:03:43 2013
@@ -1,7 +1,7 @@
 # The LearningOnline Network
 # Documents
 #
-# $Id: londocs.pm,v 1.571 2013/12/18 18:56:41 raeburn Exp $
+# $Id: londocs.pm,v 1.572 2013/12/18 23:03:43 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -4444,7 +4444,7 @@
 	               'Supplemental','Score_Upload_Form','Adding_Pages',
 	               'Importing_LON-CAPA_Resource','Importing_IMS_Course',
                        'Uploading_From_Harddrive','Course_Roster','Web_Page',
-                       'Dropbox') {
+                       'Dropbox','Simple_Problem') {
 	$help{$topic}=&Apache::loncommon::help_open_topic('Docs_'.$topic);
     }
     # Composite help files
@@ -4452,8 +4452,6 @@
 		    'Docs_About_Syllabus,Docs_Editing_Templated_Pages');
     $help{'Simple Page'} = &Apache::loncommon::help_open_topic(
 		    'Docs_About_Simple_Page,Docs_Editing_Templated_Pages');
-    $help{'Simple Problem'} = &Apache::loncommon::help_open_topic(
-		    'Option_Response_Simple');
     $help{'Bulletin Board'} = &Apache::loncommon::help_open_topic(
 		    'Docs_About_Bulletin_Board,Docs_Editing_Templated_Pages');
     $help{'My Personal Information Page'} = &Apache::loncommon::help_open_topic(
@@ -5001,7 +4999,7 @@
 	$pathitem
 	<input type="hidden" name="importdetail" value="" />
 	<a class="LC_menubuttons_link" href="javascript:makesmpproblem();">$lt{'sipr'}</a>
-	$help{'Simple Problem'}
+	$help{'Simple_Problem'}
 	</form>
 
 NSPROBFORM




More information about the LON-CAPA-cvs mailing list