--- loncom/interface/lonsimplepage.pm 2009/02/20 15:09:28 1.68 +++ loncom/interface/lonsimplepage.pm 2009/02/20 17:45:40 1.69 @@ -1,7 +1,7 @@ # The LearningOnline Network # Simple Page Editor # -# $Id: lonsimplepage.pm,v 1.68 2009/02/20 15:09:28 amueller Exp $ +# $Id: lonsimplepage.pm,v 1.69 2009/02/20 17:45:40 neumanie Exp $ # # Copyright Michigan State University Board of Trustees # @@ -272,26 +272,28 @@ sub handler { } } if ($target ne 'tex') { - &Apache::lontemplate::print_start_page_functions($r); - if($allowed){ - &Apache::lontemplate::print_functions_content($r,''.&mt('Show Student View').''. + 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')); - }elsif($privileged){ - my $edittext = &mt('Edit'); - if ($group ne '') { - $edittext = &mt('Edit Group Homepage'); - } - &Apache::lontemplate::print_functions_content($r,''.$edittext.''); - if ($group ne '') { - if ($group_edit_perm) { - &Apache::lontemplate::print_functions_content($r,'   '. - ''. - &mt('Edit Group Settings').''); - } - } + }elsif($privileged){ + my $edittext = &mt('Edit'); + if ($group ne '') { + $edittext = &mt('Edit Group Homepage'); + } + &Apache::lontemplate::print_functions_content($r,''.$edittext.''); + if ($group ne '') { + if ($group_edit_perm) { + &Apache::lontemplate::print_functions_content($r,'   '. + ''. + &mt('Edit Group Settings').''); + } + } + } + &Apache::lontemplate::print_end_page_functions($r); } - &Apache::lontemplate::print_end_page_functions($r); } if ($allowed) { $r->print( @@ -307,9 +309,6 @@ sub handler { if($allowed){ $r->print($image.'
 
'); } -# if(!$allowed){ -# $r-print($image); -# } foreach my $field (sort(keys(%syllabusfields))) { if (($syllabus{$field}) || ($allowed) || @@ -341,8 +340,7 @@ sub handler { $r->print(&Apache::lonxml::xmlparse($r,'tex','

'.$message.'

')); } if ($allowed) { - if ($env{'form.grade_target'} ne 'tex') { - #$r->print('

'.&mt('Title').'

'); + if ($env{'form.grade_target'} ne 'tex') { &Apache::lontemplate::print_template($r, &mt('Title'), $message, $allowed, 'LC_ContentBoxSpecial'); &Apache::lontemplate::print_editbox_template($r,$syllabus{$field},$field); $r->print('

'); @@ -351,7 +349,6 @@ sub handler { $r->print(&Apache::lonxml::xmlparse($r,'tex',$syllabus{$field},$safeinit)); } } -# if ($allowed) { $r->print($image . '
 
'); } if(!$allowed) {$r->print($image); } } else { if ($target ne 'tex') { @@ -376,10 +373,6 @@ sub handler { } } } - #MUEA: Stand hier if??? -# if(!$allowed){ -# $r->print($image); -# } if ($allowed && ($env{'form.grade_target'} ne 'tex')) { $r->print(&Apache::lonhtmlcommon::htmlareaselectactive ('bbb_content').'');