Merge branch '1.9.x' of github.com:chamilo/chamilo-lms into julio6666

1.9.x
Julio Montoya 11 years ago
commit c35c0f0cd0
  1. 5
      main/admin/user_add.php

@ -51,6 +51,11 @@ if (isset($_configuration['allow_strength_pass_checker']) && $_configuration['al
$htmlHeadXtra[] = ' $htmlHeadXtra[] = '
<script> <script>
$("#status_select").ready(function() {
if ($(this).attr("value") == '.STUDENT.') {
$("#id_platform_admin").hide();
}
});
function enable_expiration_date() { //v2.0 function enable_expiration_date() { //v2.0
document.user_add.radio_expiration_date[0].checked=false; document.user_add.radio_expiration_date[0].checked=false;
document.user_add.radio_expiration_date[1].checked=true; document.user_add.radio_expiration_date[1].checked=true;

Loading…
Cancel
Save