[LON-CAPA-cvs] cvs: modules /gci londocsgci.pm
gci
gci@source.lon-capa.org
Sat, 03 Oct 2009 03:11:30 -0000
gci Sat Oct 3 03:11:30 2009 EDT
Modified files:
/modules/gci londocsgci.pm
Log:
- Form action is needed.
Index: modules/gci/londocsgci.pm
diff -u modules/gci/londocsgci.pm:1.1 modules/gci/londocsgci.pm:1.2
--- modules/gci/londocsgci.pm:1.1 Thu Sep 24 22:18:52 2009
+++ modules/gci/londocsgci.pm Sat Oct 3 03:11:30 2009
@@ -2,7 +2,7 @@
# Custom Edit Course Routines for Assembly of Valid Concept Tests from
# Geoscience Concept Inventory.
#
-# $Id: londocsgci.pm,v 1.1 2009/09/24 22:18:52 gci Exp $
+# $Id: londocsgci.pm,v 1.2 2009/10/03 03:11:30 gci Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -139,7 +139,7 @@
foreach my $item (@chosen) {
$chosen{$item}=1;
}
- $r->print('<form name="selecteditems" method="post">');
+ $r->print('<form name="selecteditems" method="post" action="/adm/coursedocs">');
$r->print('<p>'.&mt('You may select test items from the list below and then press "Store Problem Selection" at the bottom of the screen.').'</p>');
$r->print(&Apache::loncommon::start_data_table().
&Apache::loncommon::start_data_table_header_row().