Diff for /loncom/publisher/lonunauthorized.pm between versions 1.9 and 1.10

version 1.9, 2009/05/14 15:36:29 version 1.10, 2011/06/07 18:05:08
Line 67  sub handler { Line 67  sub handler {
                          ,'<tt>'.&Apache::lonnet::hostname($ownerhome).'</tt>')                           ,'<tt>'.&Apache::lonnet::hostname($ownerhome).'</tt>')
                      .'</p>');                       .'</p>');
         }          }
       } elsif (!$env{'request.editurl'}) {
           $r->print('<p class="LC_error">'
                    .&mt('There may be a problem with the filename, e.g., you may be attempting to edit a versioned file (files in construction may not include a version number in front of the extension).')
                    .'</p>');
     } else {      } else {
         $r->print('<p class="LC_error">'          $r->print('<p class="LC_error">'
                  .&mt('You do not have authoring privileges for this resource')                   .&mt('You do not have authoring privileges for this resource')

Removed from v.1.9  
changed lines
  Added in v.1.10


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