Diff for /loncom/interface/lonsimplepage.pm between versions 1.86 and 1.87

version 1.86, 2009/11/26 05:21:43 version 1.87, 2009/12/07 19:47:56
Line 232  sub handler { Line 232  sub handler {
         $syllabus{'uploaded.lastmodified'}=time;          $syllabus{'uploaded.lastmodified'}=time;
         &Apache::lonnet::put($db_name,\%syllabus,$dom,$crs);          &Apache::lonnet::put($db_name,\%syllabus,$dom,$crs);
     }      }
     if ($allowed && $env{'form.delupl'}) {  #    if ($allowed && $env{'form.delupl'}) {
         if ($syllabus{'uploaded.photourl'}) {  #        if ($syllabus{'uploaded.photourl'}) {
             &Apache::lonnet::removeuploadedurl($syllabus{'uploaded.photourl'});  #            &Apache::lonnet::removeuploadedurl($syllabus{'uploaded.photourl'});
             delete($syllabus{'uploaded.photourl'});  #            delete($syllabus{'uploaded.photourl'});
             &Apache::lonnet::del('simplepage',['uploaded.photourl']);  #            &Apache::lonnet::del('simplepage',['uploaded.photourl']);
         }  #        }
     }  #    }
     if (($allowed) && ($env{'form.storesyl'})) {      if (($allowed) && ($env{'form.storesyl'})) {
         foreach my $syl_field (keys(%syllabusfields)) {          foreach my $syl_field (keys(%syllabusfields)) {
             my $field=$env{'form.'.$syl_field};              my $field=$env{'form.'.$syl_field};
Line 320  sub handler { Line 320  sub handler {
                   '<input type="submit" name="storeupl" value="'.&mt('Upload').'" />'.                    '<input type="submit" name="storeupl" value="'.&mt('Upload').'" />'.
                   '</form><form method="post" action="">'.                    '</form><form method="post" action="">'.
                   '<input type="hidden" name="forceedit" value="edit" />');                    '<input type="hidden" name="forceedit" value="edit" />');
             if ($syllabus{'uploaded.photourl'}) {  #            if ($syllabus{'uploaded.photourl'}) {
                 $r->print('<input type="submit" name="delupl"'  #                $r->print('<input type="submit" name="delupl"'
                          .' value="'.&mt('Delete Photo').'" />');  #                         .' value="'.&mt('Delete Photo').'" />');
             }  #            }
         }          }
         if ($allowed) {          if ($allowed) {
             $r->print($image.'<div class="LC_footer_clear">&nbsp;</div>');              $r->print($image.'<div class="LC_footer_clear">&nbsp;</div>');

Removed from v.1.86  
changed lines
  Added in v.1.87


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