');
- }
- }
}
}
@@ -98,10 +92,10 @@ sub print_aboutme_content_template {
sub send_message {
my ($r,$cnum,$cdom) = @_;
- my $s;
- my $image = qq{};
- $s=&Apache::loncommon::messagewrapper($image,$cnum,$cdom).' '.&Apache::loncommon::messagewrapper(&mt('Send me a message'),$cnum,$cdom);
- return $s;
+ my $linktext = &mt('Send message to [_1]',
+ &Apache::loncommon::plainname($cnum,$cdom));
+ my $image = qq{};
+ return &Apache::loncommon::messagewrapper($image,$cnum,$cdom).' '.&Apache::loncommon::messagewrapper($linktext,$cnum,$cdom);
}
sub print_template {
@@ -131,23 +125,4 @@ sub print_editbox_template {
&mt('Save All').'" />');
}
-# Functionslist: List of functions
-# Typically used to display a list of available functions at top of page
-sub start_functionslist {
- my($legendtext)=@_;
- $legendtext=&mt('Functions') if !$legendtext;
- return '';
-}
-
1;