Diff for /loncom/homework/structuretags.pm between versions 1.428 and 1.429

version 1.428, 2008/08/21 20:46:23 version 1.429, 2008/08/26 03:18:29
Line 1887  sub end_startouttext { Line 1887  sub end_startouttext {
     my ($target,$token,$tagstack,$parstack,$parser,$safeeval,$style)=@_;      my ($target,$token,$tagstack,$parstack,$parser,$safeeval,$style)=@_;
     my $result='';      my $result='';
     my $text='';      my $text='';
   
     if ($target eq 'edit') {      if ($target eq 'edit') {
  my $areaid = 'homework_edit_'.$Apache::lonxml::curdepth;   my $areaid = 'homework_edit_'.$Apache::lonxml::curdepth;
  $text=&Apache::lonxml::get_all_text("endouttext",$parser,$style);   $text=&Apache::lonxml::get_all_text("endouttext",$parser,$style);
Line 1898  sub end_startouttext { Line 1897  sub end_startouttext {
         unless ($env{'environment.wysiwygeditor'} eq 'on') {          unless ($env{'environment.wysiwygeditor'} eq 'on') {
             $result.='<td align="left">'              $result.='<td align="left">'
                      .&Apache::lonhtmlcommon::dragmath_button($areaid,1)                       .&Apache::lonhtmlcommon::dragmath_button($areaid,1)
                      .'</td>';       .'</td>'
                        .'<td>'
                        .&Apache::edit::insertlist($target,$token)
        .'</td>';
         }          }
  $result.='<td align="right" valign="top">' .   $result.='<td align="right" valign="top">' .
  &Apache::loncommon::helpLatexCheatsheet().   &Apache::loncommon::helpLatexCheatsheet().

Removed from v.1.428  
changed lines
  Added in v.1.429


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