From a613560cd80ff50686ec6760034382e6b6cb652d Mon Sep 17 00:00:00 2001 From: Benjamin Renard Date: Tue, 17 Feb 2009 13:18:03 +0000 Subject: [PATCH] - LSview : Ajout de traduction. --- trunk/includes/js/LSview.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/trunk/includes/js/LSview.js b/trunk/includes/js/LSview.js index 32c88c05..8228a011 100644 --- a/trunk/includes/js/LSview.js +++ b/trunk/includes/js/LSview.js @@ -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)