mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-18 00:09:06 +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
|
||||
*/
|
||||
function LSform (&$ldapObject,$idForm,$submit="Envoyer"){
|
||||
function LSform (&$ldapObject,$idForm,$submit=NULL){
|
||||
$this -> idForm = $idForm;
|
||||
$this -> submit = $submit;
|
||||
if (!$submit) {
|
||||
$this -> submit = _("Validate");
|
||||
}
|
||||
else {
|
||||
$this -> submit = $submit;
|
||||
}
|
||||
$this -> ldapObject = $ldapObject;
|
||||
LSsession :: loadLSclass('LSformElement');
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue