Diff for /loncom/interface/courseprefs.pm between versions 1.81 and 1.82

version 1.81, 2016/10/24 17:20:19 version 1.82, 2016/10/24 18:08:55
Line 4662  sub checkforpriv_row { Line 4662  sub checkforpriv_row {
                     '</b><input type="hidden" name="checkforpriv_'.$num.                      '</b><input type="hidden" name="checkforpriv_'.$num.
                     '" value="'.$currdom.'" /></span><br />'.                      '" value="'.$currdom.'" /></span><br />'.
                     '<span class="LC_nobreak"><label><input type="checkbox" '.                      '<span class="LC_nobreak"><label><input type="checkbox" '.
                     'name="checkforpriv_delete" value="'.$num.'" />'.                      'name="checkforpriv_delete" value="'.$num.'"'.$disabled.' />'.
                     &mt('Delete').$disabled.'</label></span></td>'.                      &mt('Delete').'</label></span></td>'.
                     &Apache::loncommon::end_data_table_row();                      &Apache::loncommon::end_data_table_row();
                 $num ++;                  $num ++;
                 unless (grep(/^\Q$currdom\E$/,@excdoms)) {                   unless (grep(/^\Q$currdom\E$/,@excdoms)) { 
Line 4795  ENDJS Line 4795  ENDJS
                &substitution_selector($currnum).'</td>'.                 &substitution_selector($currnum).'</td>'.
                '</tr>';                  '</tr>'; 
         $pos ++;          $pos ++;
        $currnum ++;          $currnum ++;
        $output .=           $output .= 
                '<tr>'.                 '<tr>'.
                '<td align="left"><span class="LC_nobreak">'.                 '<td align="left"><span class="LC_nobreak">'.
                &position_selector($pos,$currnum,$maxnum).                 &position_selector($pos,$currnum,$maxnum).
Line 4857  sub substitution_selector { Line 4857  sub substitution_selector {
     }      }
     $output .= '</select></td><td align="left">'.&mt('Size limit').'<br />'.      $output .= '</select></td><td align="left">'.&mt('Size limit').'<br />'.
                '<input type="textbox" name="printfmthdr_limit_'.$num.                 '<input type="textbox" name="printfmthdr_limit_'.$num.
                '" value="'.$limit.'" size="5" /></span>';                 '" value="'.$limit.'" size="5"'.$disabled.' /></span>';
     return $output;      return $output;
 }  }
   

Removed from v.1.81  
changed lines
  Added in v.1.82


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