[LON-CAPA-cvs] cvs: loncom(version_2_7_X) /interface lonpickcourse.pm
raeburn
lon-capa-cvs-allow@mail.lon-capa.org
Tue, 01 Jul 2008 05:26:08 -0000
raeburn Tue Jul 1 01:26:08 2008 EDT
Modified files: (Branch: version_2_7_X)
/loncom/interface lonpickcourse.pm
Log:
- type information hidden in search results table.
Index: loncom/interface/lonpickcourse.pm
diff -u loncom/interface/lonpickcourse.pm:1.73.2.1 loncom/interface/lonpickcourse.pm:1.73.2.2
--- loncom/interface/lonpickcourse.pm:1.73.2.1 Tue Jul 1 00:22:59 2008
+++ loncom/interface/lonpickcourse.pm Tue Jul 1 01:26:04 2008
@@ -1,7 +1,7 @@
# The LearningOnline Network
# Pick a course
#
-# $Id: lonpickcourse.pm,v 1.73.2.1 2008/07/01 04:22:59 raeburn Exp $
+# $Id: lonpickcourse.pm,v 1.73.2.2 2008/07/01 05:26:04 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -277,7 +277,7 @@
.'<th>'.&mt('Domain').'</th>'
.'<th>'.&mt('Course Code').'</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());
}
@@ -318,13 +318,13 @@
}
$r->print('</td>');
$r->print('<td>'.$ownerstr.'</td>');
- $r->print('<td>');
- if ($ttype ne '') {
- $r->print(&mt(&unescape($ttype)));
- } else {
- $r->print(' ');
- }
- $r->print('</td>');
+# $r->print('<td>');
+# if ($ttype ne '') {
+# $r->print(&mt(&unescape($ttype)));
+# } else {
+# $r->print(' ');
+# }
+# $r->print('</td>');
if ($multiple) { $r->print("</label>\n"); }
$r->print(&Apache::loncommon::end_data_table_row());
# $r->print("<br />\n");