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

raeburn raeburn at source.lon-capa.org
Wed Dec 24 00:55:08 EST 2025


raeburn		Wed Dec 24 05:55:08 2025 EDT

  Modified files:              
    /loncom/interface/statistics	lonproblemanalysis.pm 
  Log:
  - Remove code no longer in use after changes in rev. 1.141 to switch to
    use of jQuery for progress indicator (bug 6455).
  
  
Index: loncom/interface/statistics/lonproblemanalysis.pm
diff -u loncom/interface/statistics/lonproblemanalysis.pm:1.147 loncom/interface/statistics/lonproblemanalysis.pm:1.148
--- loncom/interface/statistics/lonproblemanalysis.pm:1.147	Tue Nov 10 19:28:32 2020
+++ loncom/interface/statistics/lonproblemanalysis.pm	Wed Dec 24 05:55:08 2025
@@ -1,6 +1,6 @@
 # The LearningOnline Network with CAPA
 #
-# $Id: lonproblemanalysis.pm,v 1.147 2020/11/10 19:28:32 raeburn Exp $
+# $Id: lonproblemanalysis.pm,v 1.148 2025/12/24 05:55:08 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -1997,11 +1997,6 @@
     ##
     $Str .= &Apache::loncommon::end_data_table_row();
     $Str .= &Apache::loncommon::end_data_table();
-    $Str .= '<p class="LC_nobreak"><label>'
-           .&mt('Status: [_1]',
-                    '<input type="text" name="stats_status"'
-                   .' size="60" value="" readonly="readonly" />')
-           .'</label></p>';
     $Str .= '</p>';
     return $Str;
 }




More information about the LON-CAPA-cvs mailing list