Diff for /loncom/homework/structuretags.pm between versions 1.416 and 1.417

version 1.416, 2008/01/15 03:09:09 version 1.417, 2008/01/28 21:42:28
Line 862  sub start_problem { Line 862  sub start_problem {
  $form_tag_start.= ' />'.&mt(' Show All Foils').   $form_tag_start.= ' />'.&mt(' Show All Foils').
     '</label>';      '</label>';
     }      }
               if ($Apache::lonhomework::type eq 'practice') {
                  $form_tag_start.='<span class="LC_info"><h3>'.&mt('Practice Problem').'</h3></span>'.
                                   '<span class="LC_info">'.&mt('Submissions are not permanently recorded').'</span>';
               }
     $form_tag_start.='<hr />';      $form_tag_start.='<hr />';
  }   }
   

Removed from v.1.416  
changed lines
  Added in v.1.417


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