--- loncom/interface/loncommunicate.pm 2008/12/09 17:59:51 1.42 +++ loncom/interface/loncommunicate.pm 2008/12/09 18:04:22 1.43 @@ -1,7 +1,7 @@ # The LearningOnline Network # Communicate # -# $Id: loncommunicate.pm,v 1.42 2008/12/09 17:59:51 diwert Exp $ +# $Id: loncommunicate.pm,v 1.43 2008/12/09 18:04:22 diwert Exp $ # # Copyright Michigan State University Board of Trustees # @@ -47,19 +47,6 @@ sub menu { } } -# my %lt=&Apache::lonlocal::texthash( -# 'vcm' => 'View Critical Messages', -# 'smu' => 'Send Message to User(s)', -# 'bmc' => "Broadcast Message to $crstype", -# 'dmu' => "Distribute Messages from Uploaded File to $crstype", -# 'unr' => 'User Notes, Records of Face-to-Face Discussions, and Critical Messages', -# 'cbs' => "Configure Blocking of $usertype Communication during Exams", -# ); - -# my %help=(); -# foreach ('Course_Face_To_Face_Records,Course_Critical_Message', 'Course_Broadcast_Message') { -# $help{$_}=&Apache::loncommon::help_open_topic($_); -# } # ------------------------------------------------------------------------ Menu my ($can_srm,$can_dcm,$can_dff); @@ -123,53 +110,6 @@ sub menu { ]}); } $r->print(&Apache::lonhtmlcommon::generate_menu(@reports)); - -# $r->print(< -# -# -# $lt{'smu'} -# -# -# -#END - -# if ($can_srm) { -# $r->print(< -# -# $lt{'bmc'}$help{'Course_Broadcast_Message'} -# -# -# $lt{'dmu'} -# -#END -# } - -# if ($can_dcm || $can_dff) { -# $r->print(''); -# } - -# if ($can_dff) { -# $r->print(< -#$lt{'unr'}$help{'Course_Face_To_Face_Records,Course_Critical_Message'} -# -#END -# } - -# if ($can_dcm) { -# $r->print(' -# -# '.$lt{'cbs'}.' -#'); -# } - -# if ($can_dff || $can_dcm) { -# $r->print(''); -# } - -# $r->print(''); }