Diff for /loncom/interface/londocs.pm between versions 1.24 and 1.25

version 1.24, 2002/10/09 20:16:12 version 1.25, 2002/10/10 17:17:11
Line 327  ENDNEWSCRIPT Line 327  ENDNEWSCRIPT
   $r->print('</head>'.    $r->print('</head>'.
             &Apache::loncommon::bodytag('Course Documents','',$events));              &Apache::loncommon::bodytag('Course Documents','',$events));
   unless ($showdoc) {    unless ($showdoc) {
       if ($allowed) {
          $r->print(<<ENDCOURSEVERIFY);
   <form name="courseverify">
   <input type="submit" name="verify" value="Verify Content" />
   <input type="submit" name="versions" value="Check Resource Versions" />
   </form>
   ENDCOURSEVERIFY
       }
 # --------------------------------------------------------- Standard documents  # --------------------------------------------------------- Standard documents
     $r->print('<table>');      $r->print('<table>');
     if (($standard) && ($allowed) && (!$forcesupplement)) {      if (($standard) && ($allowed) && (!$forcesupplement)) {

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


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