--- loncom/interface/lonsimplepage.pm 2003/02/10 16:22:28 1.4 +++ loncom/interface/lonsimplepage.pm 2003/02/10 20:03:13 1.5 @@ -1,7 +1,7 @@ # The LearningOnline Network # Simple Page Editor # -# $Id: lonsimplepage.pm,v 1.4 2003/02/10 16:22:28 www Exp $ +# $Id: lonsimplepage.pm,v 1.5 2003/02/10 20:03:13 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -33,6 +33,7 @@ use Apache::Constants qw(:common); use Apache::loncommon; use Apache::lonnet; use Apache::lontexconvert; +usr Apache::lonfeedback; sub handler { my $r = shift; @@ -88,8 +89,8 @@ ENDDOCUMENT if ($forcestudent) { $allowed=0; } if ($allowed) { - $r->print( - '

Show Public View'. + $r->print('

'. +&Apache::loncommon::help_open_topic('Uploaded_Templates_TextBoxes','Help with filling in text boxes').'
Show Public View'. &Apache::loncommon::help_open_topic('Uploaded_Templates_PublicView').'

'); } if (($ENV{'form.uploaddoc.filename'}) &&