Diff for /loncom/interface/portfolio.pm between versions 1.231 and 1.232.2.1

version 1.231, 2010/11/28 00:04:05 version 1.232.2.1, 2015/01/05 15:56:24
Line 883  sub display_access { Line 883  sub display_access {
         }          }
         $info .= "<br /><a href=\"/adm/$udom/$uname/aboutme\">".&Apache::lonnet::absolute_url($ENV{'SERVER_NAME'})."/adm/$udom/$uname/aboutme</a><br />";          $info .= "<br /><a href=\"/adm/$udom/$uname/aboutme\">".&Apache::lonnet::absolute_url($ENV{'SERVER_NAME'})."/adm/$udom/$uname/aboutme</a><br />";
         if ($group ne '') {          if ($group ne '') {
             $info .= &mt("Users with privileges to edit course contents may add a course information page to a course using the 'Course Info' button in DOCS").'<br />';              $info .= &mt("Users with privileges to edit course contents may add a group portfolio page to a course using the Course Editor").'<br />';
         }          }
     } else {      } else {
         $header = '<h3>'.&mt('Conditional access controls for file: [_1]',$port_path.$env{'form.currentpath'}.$env{'form.access'}).'</h3>'.          $header = '<h3>'.&mt('Conditional access controls for file: [_1]',$port_path.$env{'form.currentpath'}.$env{'form.access'}).'</h3>'.
Line 2130  sub overwrite { Line 2130  sub overwrite {
     my $port_path = &get_port_path();      my $port_path = &get_port_path();
     my $fname = &Apache::lonnet::clean_filename($env{'form.filename'});      my $fname = &Apache::lonnet::clean_filename($env{'form.filename'});
     my (%allfiles,%codebase,$mode,$mimetype);      my (%allfiles,%codebase,$mode,$mimetype);
     my $mode;  
     unless (&suppress_embed_prompt()) {      unless (&suppress_embed_prompt()) {
         if ($env{'form.parserflag'}) {          if ($env{'form.parserflag'}) {
             if ($fname =~ /\.s?html?$/i) {              if ($fname =~ /\.s?html?$/i) {

Removed from v.1.231  
changed lines
  Added in v.1.232.2.1


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