Diff for /loncom/interface/loncoursequeueadmin.pm between versions 1.36 and 1.37

version 1.36, 2013/07/24 18:21:39 version 1.37, 2013/08/17 00:34:29
Line 1843  sub process_reqauthor { Line 1843  sub process_reqauthor {
     unless ($env{'environment.canrequest.author'}) {      unless ($env{'environment.canrequest.author'}) {
         return '<span class="LC_warning">'.          return '<span class="LC_warning">'.
                 &mt('You do not currently have rights to request an authoring space.').'<br />'.                  &mt('You do not currently have rights to request an authoring space.').'<br />'.
                 &mt('Please contact the [_1]helpdesk[_2].','<a href="/adm/helpdesk">',                  &mt('Please contact the [_1]helpdesk[_2] for assistance.','<a href="/adm/helpdesk">',
                 '</a>').'</span>';                  '</a>').'</span>';
     }      }
     my $queued = &reqauthor_check();      my $queued = &reqauthor_check();

Removed from v.1.36  
changed lines
  Added in v.1.37


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