--- loncom/interface/loncreatecourse.pm 2010/05/28 17:09:06 1.140 +++ loncom/interface/loncreatecourse.pm 2010/08/28 20:18:17 1.142 @@ -1,7 +1,7 @@ # The LearningOnline Network # Create a course # -# $Id: loncreatecourse.pm,v 1.140 2010/05/28 17:09:06 bisitz Exp $ +# $Id: loncreatecourse.pm,v 1.142 2010/08/28 20:18:17 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -748,11 +748,11 @@ sub print_intro_page { linktitle => 'Display course and community creation requests submitted by authorized users, held pending approval by a Domain Coordinator.' }, { - linktext => 'Display official course requests', + linktext => 'View pending official course requests', url => '/adm/createcourse?phase=pendingdisplay', permission => $show_all_choices, #help => '', - icon => '', + icon => 'edit-find.png', alttext => '', linktitle => 'Display official course requests submitted by authorized users, held pending validation of instructor status.' }, @@ -932,7 +932,7 @@ sub print_creation_logs { if ($numtitles) { if (($curr{'type'} eq 'official') || ($curr{'type'} eq 'unofficial')) { $instcodefilter = &instcode_srchstr($dom,$numtitles); - &Apache::courseclassifier::instcode_search_str($dom,$numtitles); + &Apache::courseclassifier::instcode_search_str($dom,$numtitles,\@codetitles); if ($curr{'type'} eq 'official') { $regexpok = 1; } else {