--- loncom/interface/lonrequestcourse.pm 2014/05/09 15:02:31 1.81 +++ loncom/interface/lonrequestcourse.pm 2014/05/09 17:43:13 1.82 @@ -1,7 +1,7 @@ # The LearningOnline Network # Request a course # -# $Id: lonrequestcourse.pm,v 1.81 2014/05/09 15:02:31 raeburn Exp $ +# $Id: lonrequestcourse.pm,v 1.82 2014/05/09 17:43:13 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -4543,7 +4543,8 @@ sub print_textbook_form { } $r->print(''.&mt('Subject').''); if ($type eq 'textbooks') { - $r->print(''.&mt('Book').''); + $r->print(''.&mt('Publisher').''. + ''.&mt('Book').''); } $r->print(&Apache::loncommon::end_data_table_header_row()); my @items = sort { $a <=> $b } keys(%{$ordered{$type}}); @@ -4560,7 +4561,8 @@ sub print_textbook_form { } $r->print(''.$prefab{$type}{$item}{'subject'}.''); if ($type eq 'textbooks') { - $r->print(''.$cleantitle.''); } $r->print(&Apache::loncommon::end_data_table_row());