Diff for /loncom/interface/lontemplate.pm between versions 1.23 and 1.25

version 1.23, 2009/03/07 15:07:09 version 1.25, 2009/03/24 10:22:03
Line 75  sub print_aboutme_content_template{ Line 75  sub print_aboutme_content_template{
      }          }   
   
     if($field eq 'aaa_contactinfo') {      if($field eq 'aaa_contactinfo') {
  if($allowed){  
  $r->print('<div class="LC_Clear_AboutMe_Image" >&nbsp;</div>');   $r->print('<div class="LC_Clear_AboutMe_Image" >&nbsp;</div>');
  }   &print_template($r,$syllabusfields{$field},$message,$allowed,'LC_ContentBoxSpecial');
  &print_template($r,$syllabusfields{$field},$message,$allowed,'LC_ContentBoxSpecialContactInfo');  
  $r->print('<div class="LC_Clear_AboutMe_Image" >&nbsp;</div>');  
     }      }
      else{       else{
   &print_template($r,$syllabusfields{$field},$message,$allowed,'LC_ContentBoxSpecial');    &print_template($r,$syllabusfields{$field},$message,$allowed,'LC_ContentBoxSpecial');
Line 154  sub print_start_page_functions Line 151  sub print_start_page_functions
 sub print_functions_content  sub print_functions_content
 {  {
  my($r,$content) = @_;   my($r,$content) = @_;
  $r->print('<span class="LC_nobreak">&bull;&nbsp;'.$content.'&nbsp;</span>');   $r->print('<span class="LC_nobreak">&bull; '.$content.'</span> ');
 }  }
 sub print_end_page_functions  sub print_end_page_functions
 {  {

Removed from v.1.23  
changed lines
  Added in v.1.25


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