--- loncom/interface/lonsyllabus.pm 2009/02/25 13:25:52 1.80 +++ loncom/interface/lonsyllabus.pm 2009/03/01 13:23:12 1.81 @@ -1,7 +1,7 @@ # The LearningOnline Network # Syllabus # -# $Id: lonsyllabus.pm,v 1.80 2009/02/25 13:25:52 neumanie Exp $ +# $Id: lonsyllabus.pm,v 1.81 2009/03/01 13:23:12 neumanie Exp $ # # Copyright Michigan State University Board of Trustees # @@ -229,13 +229,18 @@ ENDSCRIPT &Apache::lonnet::put('syllabus',\%syllabus,$cdom,$cnum); } } +#-Pritn Help Text +if ($target ne 'tex') { + if($allowed){ + $r->print(&Apache::loncommon::help_open_topic('Uploaded_Templates_TextBoxes',&mt('Help with filling in text boxes'))); + } +} #--------Functions if ($target ne 'tex') { if($allowed || $privileged){ &Apache::lontemplate::print_start_page_functions($r); if($allowed){ &Apache::lontemplate::print_functions_content($r,''.&mt('Show Public View').''.&Apache::loncommon::help_open_topic('Uploaded_Templates_PublicView')); - &Apache::lontemplate::print_functions_content($r,&Apache::loncommon::help_open_topic('Uploaded_Templates_TextBoxes',&mt('Help with filling in text boxes'))); }elsif($privileged){ &Apache::lontemplate::print_functions_content($r,''.&mt('Edit').''); }