--- loncom/interface/lonparmset.pm 2006/03/04 22:17:36 1.277 +++ loncom/interface/lonparmset.pm 2006/03/06 22:17:48 1.278 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Handler to set parameters for assessments # -# $Id: lonparmset.pm,v 1.277 2006/03/04 22:17:36 www Exp $ +# $Id: lonparmset.pm,v 1.278 2006/03/06 22:17:48 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -2197,10 +2197,13 @@ sub crsenv { 'disableexampointprint' => ''.&mt('Disable automatically printing point values onto exams.').'
'. ' ('.&mt('"[_1]" to disable, anything else if not','yes').')', + 'externalsyllabus' + => ''.&mt('URL of Syllabus (not using internal handler))').'', 'tthoptions' => ''.&mt('Default set of options to pass to tth/m when converting tex').'' ); my @Display_Order = ('url','description','courseid','cloners','grading', + 'externalsyllabus', 'default_xml_style','pageseparators', 'question.email','comment.email','policy.email', 'student_classlist_view',