--- loncom/interface/loncommunicate.pm 2006/11/29 07:53:55 1.35 +++ loncom/interface/loncommunicate.pm 2006/12/06 23:44:33 1.36 @@ -1,7 +1,7 @@ # The LearningOnline Network # Communicate # -# $Id: loncommunicate.pm,v 1.35 2006/11/29 07:53:55 raeburn Exp $ +# $Id: loncommunicate.pm,v 1.36 2006/12/06 23:44:33 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -47,7 +47,6 @@ sub menu { } } my %lt=&Apache::lonlocal::texthash( -'mnf' => 'Make New Folder', 'vcm' => 'View Critical Messages', 'smu' => 'Send Message to User(s)', 'bmc' => "Broadcast Message to $crstype", @@ -80,23 +79,21 @@ sub menu { } $r->print(< -
- - -
+ $lt{'smu'} - - + + $lt{'blog'} + END if ($can_srm || !$can_dcm) { - $r->print(''); + $r->print(''); } if ($can_srm) { $r->print(< + $lt{'bmc'}$help{'Course_Broadcast_Message'}