Diff for /loncom/publisher/lonunauthorized.pm between versions 1.12 and 1.13

version 1.12, 2011/11/14 02:12:42 version 1.13, 2011/11/14 15:51:55
Line 155  sub handler { Line 155  sub handler {
                 if ($warning) {                  if ($warning) {
                     if (($action eq 'diff') && ($option ne 'cstr')) {                      if (($action eq 'diff') && ($option ne 'cstr')) {
                         $r->print('<p class="LC_error">'.                          $r->print('<p class="LC_error">'.
                                   $deniedactions{$action}.'</p><p class="LC_warning">'                                    $deniedactions{$action}.'</p><p class="LC_warning">'.
                                   &mt('You do not have privileges to view the published resource').' '.                                    &mt('You do not have privileges to view the published resource').' '.
                                       '<span class="LC_filename">'.$filename.'</span>'.                                        '<span class="LC_filename">'.$filename.'</span>'.
                                   '</p>');                                    '</p>');

Removed from v.1.12  
changed lines
  Added in v.1.13


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