--- loncom/interface/lonsimplepage.pm 2009/02/25 23:27:21 1.73 +++ loncom/interface/lonsimplepage.pm 2009/03/08 21:49:33 1.75 @@ -1,7 +1,7 @@ # The LearningOnline Network # Simple Page Editor # -# $Id: lonsimplepage.pm,v 1.73 2009/02/25 23:27:21 schualex Exp $ +# $Id: lonsimplepage.pm,v 1.75 2009/03/08 21:49:33 weissno Exp $ # # Copyright Michigan State University Board of Trustees # @@ -253,13 +253,18 @@ sub handler { &Apache::lonnet::put($db_name,\%syllabus,$dom,$crs); } +#---Print 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'))); + } +} #---Print Function if ($target ne 'tex') { if($allowed || $privileged){ &Apache::lontemplate::print_start_page_functions($r); if($allowed){ &Apache::lontemplate::print_functions_content($r,''.&mt('Show Student 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){ my $edittext = &mt('Edit'); if ($group ne '') { @@ -411,7 +416,7 @@ sub display_group_links { href => "javascript:group_chat('$group')", ); %{$menu{'files'}} = ( - text => 'File Repository', + text => 'Group Portfolio', href => '/adm/coursegrp_portfolio?group='.$group. $refarg, );