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

raeburn lon-capa-cvs@mail.lon-capa.org
Thu, 05 Aug 2004 21:57:08 -0000


raeburn		Thu Aug  5 17:57:08 2004 EDT

  Modified files:              
    /loncom/interface	lonpopulate.pm 
  Log:
  Fix bugs 3206 and 3207.  Add <br /> tags and improve wording.
  
  
Index: loncom/interface/lonpopulate.pm
diff -u loncom/interface/lonpopulate.pm:1.16 loncom/interface/lonpopulate.pm:1.17
--- loncom/interface/lonpopulate.pm:1.16	Tue Jun 29 00:30:00 2004
+++ loncom/interface/lonpopulate.pm	Thu Aug  5 17:57:07 2004
@@ -1,5 +1,5 @@
 # automated enrollment configuration handler
-# $Id: lonpopulate.pm,v 1.16 2004/06/29 04:30:00 raeburn Exp $
+# $Id: lonpopulate.pm,v 1.17 2004/08/05 21:57:07 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -78,11 +78,11 @@
        }
    }
    if (rad1 == 0) {
-       alert("You must check either 'Enable' or 'Disable' for nightly additions based on classlist changes")
+       alert("You must select either 'Enable' or 'Disable' for nightly additions based on classlist changes")
        checker = 0
    }
    if (rad2 == 0) {
-       alert("You must check either 'Enable' or 'Disable' for nightly removals based on classlist changes")
+       alert("You must select either 'Enable' or 'Disable' for nightly removals based on classlist changes")
        checker = 0
    }
  }
@@ -106,15 +106,15 @@
          }
      }
      if (rad1 == 0) {
-         alert("You must check either 'Enable' or 'Disable' for nightly additions based on classlist changes")
+         alert("You must select either 'Yes' or 'No' for immediate addition of newly registered students to the roster")
          checker = 0
      }
      if (rad2 == 0) {
-         alert("You must check either 'Enable' or 'Disable' for nightly removals based on classlist changes")
+         alert("You must select either 'Yes' or 'No' for immediate removal of unregistered students from the roster")
          checker = 0
      }
      if (formName.updatedrops[unenrolldis].checked && formName.updateadds[enrolldis].checked ) {
-         alert("You have checked 'Disable' for both addition and removal of students\\n in the Registrar's classlist but not in your LON-CAPA course.  \\nHence there is no update to carry out")
+         alert("You have selected 'No' for both addition and removal of students\\n in the Registrar's classlist but not in your LON-CAPA course.  \\nHence there is no update to carry out")
          checker = 0
      }
  }
@@ -932,14 +932,13 @@
 		   <table width=\"100%\" border=\"0\" cellpadding=\"3\" cellspacing=\"3\">
 		    <tr>
 		     <td>
-	              Add any students currently included in institutional classlist(s) but not enrolled in your LON-CAPA course. 
-		      <input type=\"radio\" name=\"updateadds\" value=\"1\">&nbsp;Yes&nbsp;
-		      <input type=\"radio\" name=\"updateadds\" value=\"0\">&nbsp;No&nbsp;
+	              Add any students currently included in institutional classlist(s) but not enrolled in your LON-CAPA course.<br />  
+		      <input type=\"radio\" name=\"updateadds\" value=\"1\">&nbsp;Yes&nbsp;<input type=\"radio\" name=\"updateadds\" value=\"0\">&nbsp;No&nbsp;
                      </td>
                     </tr>
                     <tr>
                      <td>
- 	              Expire students previously added by nightly enrollment process, but no longer listed in institutional  classlist(s).                  
+ 	              Expire students previously added by nightly enrollment process, but no longer listed in institutional  classlist(s).<br />                  
                       <input type=\"radio\" name=\"updatedrops\" value=\"1\">&nbsp;Yes&nbsp;
                       <input type=\"radio\" name=\"updatedrops\" value=\"0\">&nbsp;No&nbsp;<br/>
                      </td>