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

version 1.81, 2014/05/09 15:02:31 version 1.82, 2014/05/09 17:43:13
Line 4543  sub print_textbook_form { Line 4543  sub print_textbook_form {
                 }                  }
                 $r->print('<th>'.&mt('Subject').'</th>');                  $r->print('<th>'.&mt('Subject').'</th>');
                 if ($type eq 'textbooks') {                  if ($type eq 'textbooks') {
                     $r->print('<th>'.&mt('Book').'</th>');                      $r->print('<th>'.&mt('Publisher').'</th>'.
                                 '<th>'.&mt('Book').'</th>');
                 }                  }
                 $r->print(&Apache::loncommon::end_data_table_header_row());                  $r->print(&Apache::loncommon::end_data_table_header_row());
                 my @items = sort { $a <=> $b } keys(%{$ordered{$type}});                  my @items = sort { $a <=> $b } keys(%{$ordered{$type}});
Line 4560  sub print_textbook_form { Line 4561  sub print_textbook_form {
                     }                      }
                     $r->print('<td>'.$prefab{$type}{$item}{'subject'}.'</td>');                      $r->print('<td>'.$prefab{$type}{$item}{'subject'}.'</td>');
                     if ($type eq 'textbooks') {                      if ($type eq 'textbooks') {
                         $r->print('<td><img border="0" src="'.$prefab{$type}{$item}{'image'}.                          $r->print('<td>'.$prefab{$type}{$item}{'publisher'}.'</td>'.
                                     '<td><img border="0" src="'.$prefab{$type}{$item}{'image'}.
                                   '" alt="'.$cleantitle.'" /></td>');                                    '" alt="'.$cleantitle.'" /></td>');
                     }                      }
                     $r->print(&Apache::loncommon::end_data_table_row());                      $r->print(&Apache::loncommon::end_data_table_row());

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


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