Diff for /loncom/interface/loncommon.pm between versions 1.1075.2.117 and 1.1075.2.118

version 1.1075.2.117, 2016/11/13 14:38:30 version 1.1075.2.118, 2016/11/13 17:42:13
Line 3003  sub authform_internal { Line 3003  sub authform_internal {
     $result = &mt      $result = &mt
         ('[_1] Internally authenticated (with initial password [_2])',          ('[_1] Internally authenticated (with initial password [_2])',
          '<label>'.$authtype,'</label>'.$autharg);           '<label>'.$authtype,'</label>'.$autharg);
     $result.='<label><input type="checkbox" name="visible" onclick="if (this.checked) { this.form.intarg.type='."'text'".' } else { this.form.intarg.type='."'password'".' }"'.$disabled.' />".&mt('Visible input').'</label>';      $result.='<label><input type="checkbox" name="visible" onclick="if (this.checked) { this.form.intarg.type='."'text'".' } else { this.form.intarg.type='."'password'".' }"'.$disabled.' />'.&mt('Visible input').'</label>';
     return $result;      return $result;
 }  }
   

Removed from v.1.1075.2.117  
changed lines
  Added in v.1.1075.2.118


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