Diff for /loncom/interface/lonpickcourse.pm between versions 1.73.2.1 and 1.73.2.2

version 1.73.2.1, 2008/07/01 04:22:59 version 1.73.2.2, 2008/07/01 05:26:04
Line 277  sub display_matched_courses { Line 277  sub display_matched_courses {
                  .'<th>'.&mt('Domain').'</th>'                   .'<th>'.&mt('Domain').'</th>'
                  .'<th>'.&mt('Course Code').'</th>'                   .'<th>'.&mt('Course Code').'</th>'
                  .'<th>'.&mt('Owner/Co-owner(s)').'</th>'                   .'<th>'.&mt('Owner/Co-owner(s)').'</th>'
                  .'<th>'.&mt('Type').'</th>'  #                 .'<th>'.&mt('Type').'</th>'
                  );                   );
         $r->print(&Apache::loncommon::end_data_table_header_row());          $r->print(&Apache::loncommon::end_data_table_header_row());
     }      }
Line 318  sub display_matched_courses { Line 318  sub display_matched_courses {
             }              }
             $r->print('</td>');              $r->print('</td>');
             $r->print('<td>'.$ownerstr.'</td>');              $r->print('<td>'.$ownerstr.'</td>');
             $r->print('<td>');  #            $r->print('<td>');
             if ($ttype ne '') {  #            if ($ttype ne '') {
                 $r->print(&mt(&unescape($ttype)));  #                $r->print(&mt(&unescape($ttype)));
             } else {  #            } else {
                 $r->print('&nbsp;');  #                $r->print('&nbsp;');
             }  #            }
             $r->print('</td>');  #            $r->print('</td>');
             if ($multiple) { $r->print("</label>\n"); }              if ($multiple) { $r->print("</label>\n"); }
             $r->print(&Apache::loncommon::end_data_table_row());              $r->print(&Apache::loncommon::end_data_table_row());
             # $r->print("<br />\n");              # $r->print("<br />\n");

Removed from v.1.73.2.1  
changed lines
  Added in v.1.73.2.2


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