Diff for /loncom/interface/lonmanagekeys.pm between versions 1.22 and 1.24

version 1.22, 2007/06/20 23:15:15 version 1.24, 2009/04/15 11:16:44
Line 272  ENDKEYMENU Line 272  ENDKEYMENU
  &Apache::loncommon::content_type($r,'text/html');   &Apache::loncommon::content_type($r,'text/html');
  $r->send_http_header;   $r->send_http_header;
  $r->print(&header().&Apache::loncommon::coursebrowser_javascript());   $r->print(&header().&Apache::loncommon::coursebrowser_javascript());
         $r->print(          $r->print(&Apache::lonhtmlcommon::start_pick_box()
    &mt('Course ID of Key Authority').': <input input type="text" size="25" name="course" value="" />');                   .&Apache::lonhtmlcommon::row_title(&mt('Course ID of Key Authority'))
         $r->print(&mt('Domain').': '.&Apache::loncommon::select_dom_form(                   .'<input input type="text" size="25" name="course" value="" />'
                $env{'request.role.domain'},'domain'));                   .' '.&Apache::loncommon::selectcourse_link(
         $r->print(&Apache::loncommon::selectcourse_link(                            'keyform','course','domain',
         'keyform','course','domain',                            undef,undef,undef,'Course')
                                                 undef,undef,undef,'Course'));                   .&Apache::lonhtmlcommon::row_closure()
         $r->print('<br /><input type="submit" value="'.&mt('Manage Access Keys').'" />');                   .&Apache::lonhtmlcommon::row_title(&mt('Domain'))
  $r->print('</form>'.&Apache::loncommon::end_page());                   .&Apache::loncommon::select_dom_form($env{'request.role.domain'},'domain')
                    .&Apache::lonhtmlcommon::row_closure(1)
                    .&Apache::lonhtmlcommon::end_pick_box()
           );
           $r->print('<input type="submit" value="'.&mt('Next').'" />'
                   .'</form>'
                   .&Apache::loncommon::end_page()
           );
     }      }
     return OK;      return OK;
 }  }

Removed from v.1.22  
changed lines
  Added in v.1.24


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