[LON-CAPA-cvs] cvs: loncom /interface londropadd.pm
matthew
lon-capa-cvs@mail.lon-capa.org
Mon, 01 Mar 2004 16:34:55 -0000
matthew Mon Mar 1 11:34:55 2004 EDT
Modified files:
/loncom/interface londropadd.pm
Log:
Modify to use new cascading faq/help links feature in breadcrumbs.
Index: loncom/interface/londropadd.pm
diff -u loncom/interface/londropadd.pm:1.105 loncom/interface/londropadd.pm:1.106
--- loncom/interface/londropadd.pm:1.105 Fri Feb 27 10:13:27 2004
+++ loncom/interface/londropadd.pm Mon Mar 1 11:34:54 2004
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# Handler to drop and add students in courses
#
-# $Id: londropadd.pm,v 1.105 2004/02/27 15:13:27 matthew Exp $
+# $Id: londropadd.pm,v 1.106 2004/03/01 16:34:54 matthew Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -2163,8 +2163,7 @@
} elsif ($ENV{'form.action'} eq 'upload') {
&Apache::lonhtmlcommon::add_breadcrumb
({href=>'/adm/dropadd?action=upload&state=',
- text=>"Upload Classlist",
- faq=>9,bug=>'Instructor Interface',});
+ text=>"Upload Classlist"});
$r->print(&Apache::lonhtmlcommon::breadcrumbs
(undef,'Upload Classlist'));
if (! exists($ENV{'form.state'})) {
@@ -2183,8 +2182,7 @@
} elsif ($ENV{'form.action'} eq 'drop') {
&Apache::lonhtmlcommon::add_breadcrumb
({href=>'/adm/dropadd?action=drop',
- text=>"Drop Students",
- faq=>9,bug=>'Instructor Interface',});
+ text=>"Drop Students"});
$r->print(&Apache::lonhtmlcommon::breadcrumbs
(undef,'Drop Students'));
if (! exists($ENV{'form.state'})) {
@@ -2197,8 +2195,7 @@
} elsif ($ENV{'form.action'} eq 'enrollstudent') {
&Apache::lonhtmlcommon::add_breadcrumb
({href=>'/adm/dropadd?action=enrollstudent',
- text=>"Enroll Student",
- faq=>9,bug=>'Instructor Interface',});
+ text=>"Enroll Student"});
$r->print(&Apache::lonhtmlcommon::breadcrumbs
(undef,'Enroll Student'));
if (! exists($ENV{'form.state'})) {
@@ -2213,8 +2210,7 @@
} elsif ($ENV{'form.action'} eq 'classlist') {
&Apache::lonhtmlcommon::add_breadcrumb
({href=>'/adm/dropadd?action=classlist',
- text=>"View Classlist",
- faq=>9,bug=>'Instructor Interface',});
+ text=>"View Classlist"});
$r->print(&Apache::lonhtmlcommon::breadcrumbs
(undef,'View Classlist'));
if (! exists($ENV{'form.state'})) {
@@ -2229,8 +2225,7 @@
} elsif ($ENV{'form.action'} eq 'modifystudent') {
&Apache::lonhtmlcommon::add_breadcrumb
({href=>'/adm/dropadd?action=modifystudent',
- text=>"Modify Student Data",
- faq=>9,bug=>'Instructor Interface',});
+ text=>"Modify Student Data"});
$r->print(&Apache::lonhtmlcommon::breadcrumbs
(undef,'Modify Student Data'));
if (! exists($ENV{'form.state'})) {