--- loncom/homework/structuretags.pm 2009/07/06 17:48:30 1.455 +++ loncom/homework/structuretags.pm 2009/07/08 18:36:29 1.456 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # definition of tags that give a structure to a document # -# $Id: structuretags.pm,v 1.455 2009/07/06 17:48:30 droeschl Exp $ +# $Id: structuretags.pm,v 1.456 2009/07/08 18:36:29 droeschl Exp $ # # Copyright Michigan State University Board of Trustees # @@ -259,7 +259,7 @@ sub page_start { my ($symb,undef,undef,undef,$publicuser)= &Apache::lonnet::whichuser(); if ($symb eq '' && !$publicuser) { my $help = &Apache::loncommon::help_open_topic("Ambiguous_Reference"); - $help="

".&mt("Browsing resource, all submissions + $help="

".&mt("Browsing resource, all submissions are temporary.")."

"; $page_start .= $help; }