--- loncom/interface/lonsupportreq.pm 2008/01/13 16:53:46 1.46 +++ loncom/interface/lonsupportreq.pm 2008/01/29 17:36:56 1.47 @@ -1,5 +1,5 @@ # -# $Id: lonsupportreq.pm,v 1.46 2008/01/13 16:53:46 raeburn Exp $ +# $Id: lonsupportreq.pm,v 1.47 2008/01/29 17:36:56 bisitz Exp $ # # Copyright Michigan State University Board of Trustees # @@ -762,17 +762,20 @@ sub print_header { login => 'Log-in help', ask => 'Ask helpdesk', getst => 'Getting started guide', - back => 'Back to last location' + back => 'Back to last location', + headline => 'help/support', ); - my ($getstartlink,$getstarttext); + my ($getstartlink,$reviewtext); if (-e $Apache::lonnet::perlvar{'lonDocRoot'}.'/adm/gettingstarted.html') { $getstartlink = qq| $lt{'getst'}|; - $getstarttext = ' '.&mt('and the "Getting started" guide').' '; + $reviewtext = &mt('Please review the information in "Log-in help" and the "Getting started" guide if you are unable to log-in.'); + } else { + $reviewtext = &mt('Please review the information in "Log-in help" if you are unable to log-in.'); } $r->print(<   -
  LON-CAPA help/support +
  LON-CAPA $lt{'headline'} @@ -791,8 +794,11 @@ END if ($command ne 'process') { $r->print(' - '); }