--- loncom/interface/lonsyllabus.pm 2009/03/07 15:07:09 1.82 +++ loncom/interface/lonsyllabus.pm 2009/03/27 13:50:36 1.83 @@ -1,7 +1,7 @@ # The LearningOnline Network # Syllabus # -# $Id: lonsyllabus.pm,v 1.82 2009/03/07 15:07:09 neumanie Exp $ +# $Id: lonsyllabus.pm,v 1.83 2009/03/27 13:50:36 bisitz Exp $ # # Copyright Michigan State University Board of Trustees # @@ -238,13 +238,13 @@ if ($target ne 'tex') { #--------Functions if ($target ne 'tex') { if($allowed || $privileged){ - &Apache::lontemplate::print_start_page_functions($r); + &Apache::lontemplate::start_functionslist($r); if($allowed){ - &Apache::lontemplate::print_functions_content($r,''.&mt('Show Public View').''.&Apache::loncommon::help_open_topic('Uploaded_Templates_PublicView')); + &Apache::lontemplate::item_functionslist($r,''.&mt('Show Public View').''.&Apache::loncommon::help_open_topic('Uploaded_Templates_PublicView')); }elsif($privileged){ - &Apache::lontemplate::print_functions_content($r,''.&mt('Edit').''); + &Apache::lontemplate::item_functionslist($r,''.&mt('Edit').''); } - &Apache::lontemplate::print_end_page_functions($r); + &Apache::lontemplate::end_functionslist($r); } } #----------------------------Print Headtitle