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

matthew lon-capa-cvs@mail.lon-capa.org
Wed, 03 Mar 2004 22:58:49 -0000


matthew		Wed Mar  3 17:58:49 2004 EDT

  Modified files:              
    /loncom/interface/statistics	lonstudentsubmissions.pm 
  Log:
  Added call to &limit_by_time_form to &CreateInterface.  The selections
  are not used but you can click the pretty buttons and see the form elements
  change colors.
  
  
Index: loncom/interface/statistics/lonstudentsubmissions.pm
diff -u loncom/interface/statistics/lonstudentsubmissions.pm:1.5 loncom/interface/statistics/lonstudentsubmissions.pm:1.6
--- loncom/interface/statistics/lonstudentsubmissions.pm:1.5	Mon Mar  1 11:39:19 2004
+++ loncom/interface/statistics/lonstudentsubmissions.pm	Wed Mar  3 17:58:49 2004
@@ -1,6 +1,6 @@
 # The LearningOnline Network with CAPA
 #
-# $Id: lonstudentsubmissions.pm,v 1.5 2004/03/01 16:39:19 matthew Exp $
+# $Id: lonstudentsubmissions.pm,v 1.6 2004/03/03 22:58:49 matthew Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -343,6 +343,8 @@
     $Str .= '<td align="center">';
     $Str .= &Apache::lonhtmlcommon::StatusOptions(undef,undef,5);
     $Str .= '</td>';
+    #
+    $Str .= '<td>'.&Apache::lonstathelpers::limit_by_time_form().'</td>';
     #
     my $only_seq_with_assessments = sub { 
         my $s=shift;