Diff for /loncom/interface/lonsimplepage.pm between versions 1.78 and 1.79

version 1.78, 2009/04/15 10:49:30 version 1.79, 2009/05/07 16:20:37
Line 311  if($target ne 'tex'){ Line 311  if($target ne 'tex'){
       '<input type="file" name="uploaddoc" size="50" />'.        '<input type="file" name="uploaddoc" size="50" />'.
       '<input type="submit" name="storeupl" value="'.&mt('Upload').'" />'.        '<input type="submit" name="storeupl" value="'.&mt('Upload').'" />'.
       '</form><form method="post">'.        '</form><form method="post">'.
                       '<input type="hidden" name="forceedit" value="edit" />'.                        '<input type="hidden" name="forceedit" value="edit" />');
       '<form method="post"><input type="submit" name="delupl" value="'.&mt('Delete Photo').'" />' );          if($syllabus{'uploaded.photourl'}) {
         $r->print('<form method="post"><input type="submit" name="delupl" value="'.&mt('Delete Photo').'" />' );
           }
  }   }
  if($allowed){   if($allowed){
                $r->print($image.'<div class="clear">&nbsp;</div>');                 $r->print($image.'<div class="clear">&nbsp;</div>');

Removed from v.1.78  
changed lines
  Added in v.1.79


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