Diff for /loncom/homework/lonhomework.pm between versions 1.347 and 1.348

version 1.347, 2015/01/19 15:35:53 version 1.348, 2015/01/27 08:40:41
Line 1016  sub editxmlmode { Line 1016  sub editxmlmode {
               '</div><div class="LC_edit_actionbar" id="actionbar">';                '</div><div class="LC_edit_actionbar" id="actionbar">';
   
         $result.='<input type="hidden" name="problemmode" value="saveedit" />'.          $result.='<input type="hidden" name="problemmode" value="saveedit" />'.
                   &Apache::structuretags::problem_actionbar_buttons('editxml');                    &Apache::structuretags::problem_edit_buttons('editxml');
         $result.='<div class="LC_edit_problem_discards">';          $result.='<div class="LC_edit_problem_discards">';
   
  unless ($env{'environment.nocodemirror'}) {   unless ($env{'environment.nocodemirror'}) {

Removed from v.1.347  
changed lines
  Added in v.1.348


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