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

version 1.24, 2009/04/15 11:16:44 version 1.25, 2009/10/29 14:23:23
Line 41  use Apache::lonlocal; Line 41  use Apache::lonlocal;
 ###############################################################  ###############################################################
 ###############################################################  ###############################################################
 sub header {  sub header {
     my $start_page=&Apache::loncommon::start_page('Access Key Management');      # Breadcrumbs
       my $brcrum = [{'href' => '/adm/managekeys',
                      'text' => 'Access Key Management'}];
   
       my $start_page=&Apache::loncommon::start_page('Access Key Management',
                                                     undef,
                                                     {'bread_crumbs' => $brcrum,});
     return(<<ENDHEAD);      return(<<ENDHEAD);
 $start_page  $start_page
 <form method="post" enctype="multipart/form-data"    <form method="post" enctype="multipart/form-data"  
Line 272  ENDKEYMENU Line 278  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('<br />');
         $r->print(&Apache::lonhtmlcommon::start_pick_box()          $r->print(&Apache::lonhtmlcommon::start_pick_box()
                  .&Apache::lonhtmlcommon::row_title(&mt('Course ID of Key Authority'))                   .&Apache::lonhtmlcommon::row_title(&mt('Course ID of Key Authority'))
                  .'<input input type="text" size="25" name="course" value="" />'                   .'<input input type="text" size="25" name="course" value="" />'

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


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