--- loncom/homework/structuretags.pm 2004/12/11 18:10:49 1.277 +++ loncom/homework/structuretags.pm 2004/12/17 21:42:50 1.278 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # definition of tags that give a structure to a document # -# $Id: structuretags.pm,v 1.277 2004/12/11 18:10:49 banghart Exp $ +# $Id: structuretags.pm,v 1.278 2004/12/17 21:42:50 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1375,8 +1375,9 @@ sub start_simpleeditbutton { (&Apache::lonnet::allowed('srm',$ENV{'request.course.id'}))) { my $url=$ENV{'request.noversionuri'}; $url=~s/\?.*$//; + my ($symb) = &Apache::lonxml::whichuser(); $result='
'. - ''.&mt('Edit').' - '.&mt('Note: it can take up to 10 minutes for changes to take effect for all users.'). + ''.&mt('Edit').' - '.&mt('Note: it can take up to 10 minutes for changes to take effect for all users.'). &Apache::loncommon::help_open_topic('Caching').'

'; } return $result;