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

raeburn raeburn at source.lon-capa.org
Mon Mar 16 09:16:28 EDT 2015


raeburn		Mon Mar 16 13:16:28 2015 EDT

  Modified files:              
    /loncom/interface	domainprefs.pm 
  Log:
  - Add some documentation.
  
  
Index: loncom/interface/domainprefs.pm
diff -u loncom/interface/domainprefs.pm:1.258 loncom/interface/domainprefs.pm:1.259
--- loncom/interface/domainprefs.pm:1.258	Fri Mar 13 13:30:19 2015
+++ loncom/interface/domainprefs.pm	Mon Mar 16 13:16:27 2015
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # Handler to set domain-wide configuration settings
 #
-# $Id: domainprefs.pm,v 1.258 2015/03/13 13:30:19 raeburn Exp $
+# $Id: domainprefs.pm,v 1.259 2015/03/16 13:16:27 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -3037,7 +3037,9 @@
             $display = 'block';
         }
         $additional = '<div id="studentsubmission" style="display: '.$display.'">'.
-                      '<i>'.&mt('Number of seconds submit is disabled').'</i><br /><table><tr>';
+                      &mt('Number of seconds submit is disabled').'<br />'.
+                      '<i>'.&mt('Enter 0 to remain disabled until page reload.').'</i><br />'.
+                      '<table><tr>';
         foreach my $type (@types) {
             $additional .= '<td align="center">'.&mt($type).'<br />'.
                            '<input type="text" name="'.$type.'_timeout" value="'.




More information about the LON-CAPA-cvs mailing list