mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-18 00:09:06 +01:00
- LSview : Ajout de traduction.
This commit is contained in:
parent
8c0d1e5c1e
commit
a613560cd8
1 changed files with 4 additions and 1 deletions
|
@ -57,7 +57,10 @@ var LSview = new Class({
|
|||
this._confirmBoxOpen = 1;
|
||||
var name = $('LSview_title').innerHTML;
|
||||
this.confirmBox = new LSconfirmBox({
|
||||
text: varLSdefault.LSjsConfig['LSview_delete_label'] + ' "'+name+'" ?',
|
||||
text: varLSdefault.LSjsConfig['LSview_delete_confirm_text'] + ' "'+name+'" ?',
|
||||
title: varLSdefault.LSjsConfig['LSview_delete_confirm_title'],
|
||||
validate_label: varLSdefault.LSjsConfig['LSview_delete_confirm_yes_btn_label'],
|
||||
cancel_label: varLSdefault.LSjsConfig['LSview_delete_confirm_no_btn_label'],
|
||||
startElement: a,
|
||||
onConfirm: this.removeFromA.bind(this,a),
|
||||
onClose: this.onConfirmBoxClose.bind(this)
|
||||
|
|
Loading…
Reference in a new issue