--- loncom/interface/lonmanagekeys.pm 2007/06/20 23:15:15 1.22 +++ loncom/interface/lonmanagekeys.pm 2009/02/19 22:11:53 1.23 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Handler to manage course access keys # -# $Id: lonmanagekeys.pm,v 1.22 2007/06/20 23:15:15 albertel Exp $ +# $Id: lonmanagekeys.pm,v 1.23 2009/02/19 22:11:53 schafran Exp $ # # Copyright Michigan State University Board of Trustees # @@ -272,14 +272,15 @@ ENDKEYMENU &Apache::loncommon::content_type($r,'text/html'); $r->send_http_header; $r->print(&header().&Apache::loncommon::coursebrowser_javascript()); - $r->print( - &mt('Course ID of Key Authority').': '); - $r->print(&mt('Domain').': '.&Apache::loncommon::select_dom_form( - $env{'request.role.domain'},'domain')); + $r->print(''); + $r->print('
' + .&mt('Course ID of Key Authority').': '); $r->print(&Apache::loncommon::selectcourse_link( 'keyform','course','domain', undef,undef,undef,'Course')); - $r->print('
'); + $r->print('
'.&mt('Domain').': '.&Apache::loncommon::select_dom_form( + $env{'request.role.domain'},'domain')); + $r->print('
'); $r->print(''.&Apache::loncommon::end_page()); } return OK;