[LON-CAPA-cvs] cvs: loncom /interface slotrequest.pm

albertel lon-capa-cvs@mail.lon-capa.org
Mon, 17 Oct 2005 21:21:40 -0000


albertel		Mon Oct 17 17:21:40 2005 EDT

  Modified files:              
    /loncom/interface	slotrequest.pm 
  Log:
  - Can now edit a slot
  
  
Index: loncom/interface/slotrequest.pm
diff -u loncom/interface/slotrequest.pm:1.24 loncom/interface/slotrequest.pm:1.25
--- loncom/interface/slotrequest.pm:1.24	Mon Oct 17 15:26:50 2005
+++ loncom/interface/slotrequest.pm	Mon Oct 17 17:21:39 2005
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # Handler for requesting to have slots added to a students record
 #
-# $Id: slotrequest.pm,v 1.24 2005/10/17 19:26:50 albertel Exp $
+# $Id: slotrequest.pm,v 1.25 2005/10/17 21:21:39 albertel Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -548,9 +548,8 @@
 	my $proctors=join(', ',@proctors);
 
 	my $edit=(<<EDITFORM);
-<form method="POST">
-  <input type="hidden" name="command" value="editslot" />
-  <input type="hidden" name="slot" value="$slot" />
+<form method="POST" action="/adm/helper/newslot.helper">
+  <input type="hidden" name="name" value="$slot" />
   <input type="submit" name="Edit" value="Edit" />
 </form>
 EDITFORM