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

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


raeburn		Mon Mar 16 13:19:10 2015 EDT

  Modified files:              (Branch: version_2_11_X)
    /loncom/interface	domainprefs.pm 
  Log:
  - For 2.11
    - Backport 1.259
  
  
Index: loncom/interface/domainprefs.pm
diff -u loncom/interface/domainprefs.pm:1.160.6.58 loncom/interface/domainprefs.pm:1.160.6.59
--- loncom/interface/domainprefs.pm:1.160.6.58	Fri Mar 13 13:53:07 2015
+++ loncom/interface/domainprefs.pm	Mon Mar 16 13:19:09 2015
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # Handler to set domain-wide configuration settings
 #
-# $Id: domainprefs.pm,v 1.160.6.58 2015/03/13 13:53:07 raeburn Exp $
+# $Id: domainprefs.pm,v 1.160.6.59 2015/03/16 13:19:09 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -3019,7 +3019,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