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

albertel lon-capa-cvs@mail.lon-capa.org
Mon, 21 Nov 2005 17:50:45 -0000


albertel		Mon Nov 21 12:50:45 2005 EDT

  Modified files:              
    /loncom/interface	slotrequest.pm 
  Log:
  - BUG#4461 - remove old edit form
  
  
Index: loncom/interface/slotrequest.pm
diff -u loncom/interface/slotrequest.pm:1.31 loncom/interface/slotrequest.pm:1.32
--- loncom/interface/slotrequest.pm:1.31	Fri Nov 18 11:26:47 2005
+++ loncom/interface/slotrequest.pm	Mon Nov 21 12:50:45 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.31 2005/11/18 16:26:47 albertel Exp $
+# $Id: slotrequest.pm,v 1.32 2005/11/21 17:50:45 albertel Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -652,12 +652,6 @@
 	}
 	my $proctors=join(', ',@proctors);
 
-	my $edit=(<<EDITFORM);
-<form method="POST" action="/adm/helper/newslot.helper">
-  <input type="hidden" name="name" value="$slot" />
-  <input type="submit" name="Edit" value="Edit" />
-</form>
-EDITFORM
 	my $edit=(<<EDITLINK);
 <a href="/adm/helper/newslot.helper?name=$slot">Edit</a>
 EDITLINK