Skip to content
This repository has been archived by the owner on Jul 22, 2022. It is now read-only.

Commit

Permalink
champ disabled non transmis par POST fix #144
Browse files Browse the repository at this point in the history
  • Loading branch information
wouldsmina committed Mar 31, 2016
1 parent 4cd0476 commit f88aae0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/Fonctions.php
Original file line number Diff line number Diff line change
Expand Up @@ -2335,7 +2335,7 @@ public static function modifier_user($u_login, $tab_checkbox_sem_imp, $tab_check

// contruction des champs de saisie
if($_SESSION['config']['export_users_from_ldap']) {
$text_login="<input class=\"form-control\" type=\"text\" name=\"new_login\" size=\"10\" maxlength=\"98\" value=\"".$tab_user['login']."\" disabled>" ;
$text_login="<input class=\"form-control\" type=\"text\" name=\"new_login\" size=\"10\" maxlength=\"98\" value=\"".$tab_user['login']."\" readonly>" ;
} else {
$text_login="<input class=\"form-control\" type=\"text\" name=\"new_login\" size=\"10\" maxlength=\"98\" value=\"".$tab_user['login']."\">" ;
}
Expand Down

0 comments on commit f88aae0

Please sign in to comment.