--- loncom/interface/lonfeedback.pm 2010/01/25 03:30:23 1.273.4.5
+++ loncom/interface/lonfeedback.pm 2009/08/12 16:03:58 1.276
@@ -1,7 +1,7 @@
# The LearningOnline Network
# Feedback
#
-# $Id: lonfeedback.pm,v 1.273.4.5 2010/01/25 03:30:23 raeburn Exp $
+# $Id: lonfeedback.pm,v 1.276 2009/08/12 16:03:58 bisitz Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -91,7 +91,7 @@ sub list_discussion {
if (not &discussion_visible($status)) {
if ($mode ne 'board') {
&Apache::lonenc::check_encrypt(\$ressymb);
- return ' '.&send_message_link($ressymb);
+ return '
'.&send_message_link($ressymb)."
";
}
}
if ($group ne '' && $mode eq 'board') {
@@ -103,9 +103,12 @@ sub list_discussion {
my ($blocked,$blocktext) =
&Apache::loncommon::blocking_status('boards');
if ($blocked) {
+ $blocktext = '
'.$blocktext."";
&Apache::lonenc::check_encrypt(\$ressymb);
if ($mode ne 'board') {
- $blocktext.=' '.&send_message_link($ressymb);
+ $blocktext.=&send_message_link($ressymb).'
';
+ }else{
+ $blocktext.="";
}
return $blocktext;
}
@@ -169,8 +172,6 @@ sub list_discussion {
my $cdom = $env{'course.'.$cid.'.domain'};
my $cnum = $env{'course.'.$cid.'.num'};
- my $crstype = &Apache::loncommon::course_type();
-
# Get information about students and non-students in course for filtering display of posts
my %roleshash = ();
@@ -567,7 +568,7 @@ imscp_v1p1.xsd http://www.imsglobal.org/
';
if ($$dischash{$toggkey}) {
$$discussionitems[$idx].='
'.
@@ -1369,7 +1367,7 @@ sub get_post_contents {
$$plainname,
$$contrib{$idx.':sendername'},
$$contrib{$idx.':senderdomain'}).' ('.
- $$contrib{$idx.':sendername'}.' at '.
+ $$contrib{$idx.':sendername'}.':'.
$$contrib{$idx.':senderdomain'}.')';
my $attachmenturls = $$contrib{$idx.':attachmenturl'};
my @postversions = ();
@@ -1484,6 +1482,7 @@ sub mail_screen {
}
my %lt = &Apache::lonlocal::texthash(
+ 'plch' => 'Please check at least one of the following feedback types:',
'myqu' => 'My question/comment/feedback:',
'title' => 'Title',
'reta' => 'Retained attachments',
@@ -1665,10 +1664,15 @@ END
END
+ # Breadcrumbs
+ my $brcrum = [{'href' => '',
+ 'text' => 'Resource Feedback and Discussion'}];
+
my %onload = ('onload' => 'window.focus();setposttype();');
my $start_page=
&Apache::loncommon::start_page('Resource Feedback and Discussion',$js,
- {'add_entries' => \%onload});
+ {'add_entries' => \%onload,
+ 'bread_crumbs' => $brcrum,});
if ($quote ne '') {
&newline_to_br(\$quote);
@@ -1694,6 +1698,7 @@ END
END
}
$r->print(<
$quote
$lt{'myqu'}
@@ -2009,13 +2014,6 @@ sub print_sortfilter_options {
my $group_sel = '';
my $numgroupvis = 5;
my %sectioncount = &Apache::loncommon::get_sections();
- my @courseroles = qw(st ad ep ta in);
- my $crstype = &Apache::loncommon::course_type();
- my $ccrole = 'cc';
- if ($crstype eq 'Community') {
- $ccrole = 'co';
- }
- push(@courseroles,$ccrole);
if ($env{'request.course.sec'} !~ /^\s*$/) { #Restrict section choice to current section
@sections = ('all',$env{'request.course.sec'});
@@ -2079,7 +2077,7 @@ sub print_sortfilter_options {
my %sort_types = ();
my %role_types = ();
my %status_types = ();
- &sort_filter_names(\%sort_types,\%role_types,\%status_types,$crstype);
+ &sort_filter_names(\%sort_types,\%role_types,\%status_types);
my $js = <
@@ -2131,17 +2129,17 @@ $start_page
-
$lt{'soor'}
-
-
$lt{'sprs'}
-
-
$lt{'spur'}
-
-
$lt{'spse'}
-
-
$lt{'spgr'}
-
-
$lt{'psub'}
+
$lt{'soor'}
+
+
$lt{'sprs'}
+
+
$lt{'spur'}
+
+
$lt{'spse'}
+
+
$lt{'spgr'}
+
+
$lt{'psub'}
@@ -2168,11 +2166,10 @@ $start_page
@@ -2572,22 +2569,6 @@ ENDNOREDIRTWO
sub screen_header {
my ($feedurl,$symb) = @_;
- my $crscontent = &mt('Question/Comment/Feedback about course content');
- my $crspolicy = &mt('Question/Comment/Feedback about course policy');
- my $contribdisc = &mt('Contribution to course discussion of resource');
- my $anoncontrib = &mt('Anonymous contribution to course discussion of resource');
- my $namevis = &mt('name only visible to course faculty');
- my $crstype;
- if ($env{'request.course.id'}) {
- $crstype = &Apache::loncommon::course_type();
- if ($crstype eq 'Community') {
- $crscontent = &mt('Question/Comment/Feedback about community content');
- $crspolicy = &mt('Question/Comment/Feedback about community policy');
- $contribdisc = &mt('Contribution to community discussion of resource');
- $anoncontrib = &mt('Anonymous contribution to community discussion of resource');
- $namevis = &mt('name only visible to community facilitators');
- }
- }
my $msgoptions='';
my $discussoptions='';
unless (($env{'form.replydisc'}) || ($env{'form.editdisc'})) {
@@ -2608,13 +2589,13 @@ sub screen_header {
if (&feedback_available(0,1)) {
$msgoptions.=
'';
}
if (&feedback_available(0,0,1)) {
$msgoptions.=
'';
}
}
@@ -2625,26 +2606,25 @@ sub screen_header {
$env{'request.course.id'}.
($env{'request.course.sec'}?'/'.$env{'request.course.sec'}:''))) {
$discussoptions=' '.
-
+ &mt('Contribution to course discussion of resource');
+ $discussoptions.=' '.
''.&mt('Change Screenname').'';
my $blockblog = &Apache::loncommon::blocking_status('blogs');
if (!$blockblog) {
- $discussoptions.= &add_blog_checkbox($crstype);
+ $discussoptions.= &add_blog_checkbox();
}
}
}
if ($msgoptions) {
$msgoptions='