--- loncom/interface/londocs.pm 2003/06/09 22:26:32 1.60
+++ loncom/interface/londocs.pm 2003/07/15 20:08:28 1.66
@@ -1,7 +1,7 @@
# The LearningOnline Network
# Documents
#
-# $Id: londocs.pm,v 1.60 2003/06/09 22:26:32 albertel Exp $
+# $Id: londocs.pm,v 1.66 2003/07/15 20:08:28 bowersj2 Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -376,10 +376,20 @@ sub handler {
foreach ('Adding_Course_Doc','Main_Course_Documents',
'Adding_External_Resource','Navigate_Content',
'Adding_Folders','Docs_Overview',
- 'Creating_From_Template','Supplemental',
+ 'Supplemental', 'Score_Upload_Form',
'Importing_LON-CAPA_Resource','Uploading_From_Harddrive') {
$help{$_}=&Apache::loncommon::help_open_topic('Docs_'.$_);
}
+ # Composite help files
+ $help{'Syllabus'} = &Apache::loncommon::help_open_topic(
+ 'Docs_About_Syllabus,Docs_Editing_Templated_Pages');
+ $help{'Simple Page'} = &Apache::loncommon::help_open_topic(
+ 'Docs_About_Simple_Page,Docs_Editing_Templated_Pages');
+ $help{'Bulletin Board'} = &Apache::loncommon::help_open_topic(
+ 'Docs_About_Bulletin_Board,Docs_Editing_Templated_Pages');
+ $help{'My Personal Info'} = &Apache::loncommon::help_open_topic(
+ 'Docs_About_My_Personal_Info,Docs_Editing_Templated_Pages');
+
if ($ENV{'form.verify'}) {
@@ -539,13 +549,7 @@ ENDHEADERS
$iconpath = $r->dir_config('lonIconsURL') . "/";
my $now=time;
-#
-# FIXME: hack to disable new problem
-#
- my $noeggforyou='';
- unless ($ENV{'user.debug'}) {
- $noeggforyou='alert("Sorry, not implemented yet."); return 0;';
- }
+
# print screen
$r->print(<