Diff for /loncom/interface/lonhtmlcommon.pm between versions 1.177 and 1.178

version 1.177, 2008/07/28 05:25:59 version 1.178, 2008/08/21 10:48:37
Line 84  sub dragmath_button { Line 84  sub dragmath_button {
     if ($helpicon) {      if ($helpicon) {
         $help_text = &Apache::loncommon::help_open_topic('Authoring_Math_Editor');          $help_text = &Apache::loncommon::help_open_topic('Authoring_Math_Editor');
     }      }
       my $buttontext=&mt('Edit Math');
     return <<ENDDRAGMATH;      return <<ENDDRAGMATH;
                 <input type="button" value="Edit Math", onclick="javascript:mathedit('$textarea',document)" />$help_text                  <input type="button" value="$buttontext", onclick="javascript:mathedit('$textarea',document)" />$help_text
 ENDDRAGMATH  ENDDRAGMATH
 }  }
   

Removed from v.1.177  
changed lines
  Added in v.1.178


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