Diff for /loncom/interface/lonrequestcourse.pm between versions 1.95.2.5 and 1.95.2.6

version 1.95.2.5, 2020/02/12 22:16:25 version 1.95.2.6, 2021/03/06 23:08:03
Line 2395  sub print_cancel_request { Line 2395  sub print_cancel_request {
                       &Apache::loncommon::start_data_table_row().                        &Apache::loncommon::start_data_table_row().
                       '<td>'.$history{details}{'cdescr'}.'</td><td>'.                        '<td>'.$history{details}{'cdescr'}.'</td><td>'.
                       &Apache::lonlocal::locallocaltime($timestamp).'</td>'.                        &Apache::lonlocal::locallocaltime($timestamp).'</td>'.
                       '<td>'.$showtype.'</td>'.                        '<td>'.&mt($showtype).'</td>'.
                       &Apache::loncommon::end_data_table_row().                        &Apache::loncommon::end_data_table_row().
                       &Apache::loncommon::end_data_table().                        &Apache::loncommon::end_data_table().
                       '<br /><div class="LC_warning">';                        '<br /><div class="LC_warning">';
Line 2749  sub requestlog_display_filter { Line 2749  sub requestlog_display_filter {
                         $typename = $typenames->{$crstype};                          $typename = $typenames->{$crstype};
                     }                      }
                 }                  }
                 $output .= '<option value="'.$crstype.'"'.$selstr.'>'.$typename.'</option>'."\n";                  $output .= '<option value="'.$crstype.'"'.$selstr.'>'.&mt($typename).'</option>'."\n";
             }              }
             $output .= '</select></td>';              $output .= '</select></td>';
         }          }

Removed from v.1.95.2.5  
changed lines
  Added in v.1.95.2.6


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