mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-18 00:09:06 +01:00
- LSform : Ajout de traduction (oubli).
This commit is contained in:
parent
a613560cd8
commit
39c9a4fbf4
1 changed files with 5 additions and 1 deletions
|
@ -140,7 +140,11 @@ class LSform {
|
|||
function displayView(){
|
||||
LSsession :: addCssFile('LSform.css');
|
||||
LSsession :: addJSscript('LSform.js');
|
||||
LSsession :: addJSconfigParam('LSview_delete_label',_("Do you really want to delete"));
|
||||
LSsession :: addJSconfigParam('LSview_delete_confirm_text',_("Do you really want to delete"));
|
||||
LSsession :: addJSconfigParam('LSview_delete_confirm_title',_("Caution"));
|
||||
LSsession :: addJSconfigParam('LSview_delete_confirm_yes_btn_label',_("Delete"));
|
||||
LSsession :: addJSconfigParam('LSview_delete_confirm_no_btn_label',_("Cancel"));
|
||||
|
||||
$LSform_object = array(
|
||||
'type' => $this -> ldapObject -> getType(),
|
||||
'dn' => $this -> ldapObject -> getDn()
|
||||
|
|
Loading…
Reference in a new issue