Diff for /loncom/interface/lonpopulate.pm between versions 1.16 and 1.17

version 1.16, 2004/06/29 04:30:00 version 1.17, 2004/08/05 21:57:07
Line 78  function process(calling,numauto,nummanu Line 78  function process(calling,numauto,nummanu
        }         }
    }     }
    if (rad1 == 0) {     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         checker = 0
    }     }
    if (rad2 == 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         checker = 0
    }     }
  }   }
Line 106  function process(calling,numauto,nummanu Line 106  function process(calling,numauto,nummanu
          }           }
      }       }
      if (rad1 == 0) {       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           checker = 0
      }       }
      if (rad2 == 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           checker = 0
      }       }
      if (formName.updatedrops[unenrolldis].checked && formName.updateadds[enrolldis].checked ) {       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           checker = 0
      }       }
  }   }
Line 932  Note: if you enable automatic import of Line 932  Note: if you enable automatic import of
    <table width=\"100%\" border=\"0\" cellpadding=\"3\" cellspacing=\"3\">     <table width=\"100%\" border=\"0\" cellpadding=\"3\" cellspacing=\"3\">
     <tr>      <tr>
      <td>       <td>
               Add any students currently included in institutional classlist(s) but not enrolled in your LON-CAPA course.                 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=\"1\">&nbsp;Yes&nbsp;<input type=\"radio\" name=\"updateadds\" value=\"0\">&nbsp;No&nbsp;
       <input type=\"radio\" name=\"updateadds\" value=\"0\">&nbsp;No&nbsp;  
                      </td>                       </td>
                     </tr>                      </tr>
                     <tr>                      <tr>
                      <td>                       <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=\"1\">&nbsp;Yes&nbsp;
                       <input type=\"radio\" name=\"updatedrops\" value=\"0\">&nbsp;No&nbsp;<br/>                        <input type=\"radio\" name=\"updatedrops\" value=\"0\">&nbsp;No&nbsp;<br/>
                      </td>                       </td>

Removed from v.1.16  
changed lines
  Added in v.1.17


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>