Diff for /loncom/interface/lonhtmlcommon.pm between versions 1.207 and 1.208

version 1.207, 2009/04/07 15:40:38 version 1.208, 2009/04/25 16:53:13
Line 62  use Apache::lonlocal; Line 62  use Apache::lonlocal;
 use Apache::lonnet;  use Apache::lonnet;
 use LONCAPA;  use LONCAPA;
   
   ##############################################
   ##############################################
   
   =pod
   
   =item confirm_success
   
   Successful completion of an operation message
   
   =cut
   
   sub confirm_success {
      my ($message)=@_;
      return '<span class="LC_success_confirm">'.
             $message.
             ' <img src="/adm/lonIcons/navmap.correct.gif" /></span>';
   }
   
 ##############################################  ##############################################
 ##############################################  ##############################################

Removed from v.1.207  
changed lines
  Added in v.1.208


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>