--- loncom/interface/loncommunicate.pm 2006/11/29 07:53:55 1.35 +++ loncom/interface/loncommunicate.pm 2006/12/07 21:06:57 1.37 @@ -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.37 2006/12/07 21:06:57 albertel 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'} @@ -110,7 +107,7 @@ END if ($can_dcm) { $r->print(' - '.$lt{'cbs'}.' + '.$lt{'cbs'}.' '); } if ($can_srm || $can_dcm) {