mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-12-18 14:33:49 +01:00
- LSform : Traduction d' "Envoyer"
This commit is contained in:
parent
5af7e8af76
commit
84c954bbe9
1 changed files with 7 additions and 2 deletions
|
@ -57,9 +57,14 @@ class LSform {
|
||||||
*
|
*
|
||||||
* @retval void
|
* @retval void
|
||||||
*/
|
*/
|
||||||
function LSform (&$ldapObject,$idForm,$submit="Envoyer"){
|
function LSform (&$ldapObject,$idForm,$submit=NULL){
|
||||||
$this -> idForm = $idForm;
|
$this -> idForm = $idForm;
|
||||||
$this -> submit = $submit;
|
if (!$submit) {
|
||||||
|
$this -> submit = _("Validate");
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
$this -> submit = $submit;
|
||||||
|
}
|
||||||
$this -> ldapObject = $ldapObject;
|
$this -> ldapObject = $ldapObject;
|
||||||
LSsession :: loadLSclass('LSformElement');
|
LSsession :: loadLSclass('LSformElement');
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue