Diff for /loncom/interface/lonparmset.pm between versions 1.280 and 1.281

version 1.280, 2006/03/16 20:38:19 version 1.281, 2006/03/23 22:32:10
Line 633  ENDJS Line 633  ENDJS
 }  }
 sub startpage {  sub startpage {
     my ($r) = @_;      my ($r) = @_;
     my $html = &Apache::lonxml::xmlbegin();  
     my $head = &Apache::loncommon::head('LON-CAPA Course Parameters',  
  &page_js());  
     my $loaditems =       my $loaditems = 
  qq|onUnload="pclose()" onLoad="group_or_section('cgroup')"|;   qq|onUnload="pclose()" onLoad="group_or_section('cgroup')"|;
   
     my $bodytag=&Apache::loncommon::bodytag('Set/Modify Course Parameters','',      my $start_page = 
                                             $loaditems);   &Apache::loncommon::start_page('Set/Modify Course Parameters',
          &page_js(),
          {'add_entries' => $loaditems,});
     my $breadcrumbs =       my $breadcrumbs = 
  &Apache::lonhtmlcommon::breadcrumbs(undef,   &Apache::lonhtmlcommon::breadcrumbs(undef,
     'Table Mode Parameter Setting');      'Table Mode Parameter Setting');
     $r->print(<<ENDHEAD);      $r->print(<<ENDHEAD);
 $html  $start_page
 $head  
 $bodytag  
 $breadcrumbs  $breadcrumbs
 <form method="post" action="/adm/parmset?action=settable" name="parmform">  <form method="post" action="/adm/parmset?action=settable" name="parmform">
 <input type="hidden" value='' name="pres_value" />  <input type="hidden" value='' name="pres_value" />
Line 2297  sub crsenv { Line 2295  sub crsenv {
  &Apache::loncommon::browser_and_searcher_javascript('parmset').   &Apache::loncommon::browser_and_searcher_javascript('parmset').
  '</script>';   '</script>';
           
     my $html=&Apache::lonxml::xmlbegin();  
     my $start_page =       my $start_page = 
  &Apache::loncommon::start_page('Set Course Environment Parameters',   &Apache::loncommon::start_page('Set Course Environment Parameters',
        $browse_js);         $browse_js);

Removed from v.1.280  
changed lines
  Added in v.1.281


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