Diff for /loncom/interface/Attic/londropadd.pm between versions 1.91 and 1.91.2.1

version 1.91, 2003/12/05 21:27:59 version 1.91.2.1, 2004/01/21 00:23:30
Line 43  use Apache::lonhtmlcommon(); Line 43  use Apache::lonhtmlcommon();
 use Apache::Constants qw(:common :http REDIRECT);  use Apache::Constants qw(:common :http REDIRECT);
 use Spreadsheet::WriteExcel;  use Spreadsheet::WriteExcel;
 use Apache::lonlocal;  use Apache::lonlocal;
   use localenroll();
   
 ###############################################################  ###############################################################
 ###############################################################  ###############################################################
Line 171  sub print_main_menu { Line 172  sub print_main_menu {
     <a href="/adm/dropadd?action=drop">$Text{'drop'}</a>      <a href="/adm/dropadd?action=drop">$Text{'drop'}</a>
 </font>  </font>
 </p><p>  </p><p>
   END
       if (&localenroll::run() ) {
    $r->print(<<END);
 <font size="+1">  <font size="+1">
     <a href="/adm/populate">$Text{'populate'}</a>      <a href="/adm/populate">$Text{'populate'}</a>
 </font>  </font>
 END  END
       }
 }  }
   
 ###############################################################  ###############################################################

Removed from v.1.91  
changed lines
  Added in v.1.91.2.1


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