From 4c0e7669f54c1f52dab4e24e7f16600780f1dcd8 Mon Sep 17 00:00:00 2001 From: Benjamin Renard Date: Mon, 3 Nov 2008 14:47:30 +0000 Subject: [PATCH] =?UTF-8?q?-=20LSselect=20:=20=09->=20Modification=20de=20?= =?UTF-8?q?l'id=20du=20titre=20(tpl=20+=20JS)=20pour=20une=20meilleur=20co?= =?UTF-8?q?mpatibilit=C3=A9=20"title"=20->=20"LSselect=5Ftitle"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- trunk/includes/js/LSselect.js | 4 ++-- trunk/templates/default/select.tpl | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/trunk/includes/js/LSselect.js b/trunk/includes/js/LSselect.js index 872c5ad7..c9fb6991 100644 --- a/trunk/includes/js/LSselect.js +++ b/trunk/includes/js/LSselect.js @@ -81,7 +81,7 @@ var LSselect = new Class({ var data = { ajax: true }; - this.searchImgload = varLSdefault.loadingImgDisplay($('title'),'inside'); + this.searchImgload = varLSdefault.loadingImgDisplay($('LSselect_title'),'inside'); new Request({url: a.href, data: data, onSuccess: this.onChangePageClickComplete.bind(this)}).send(); }, @@ -101,7 +101,7 @@ var LSselect = new Class({ }, submitSearchForm: function() { - this.searchImgload = varLSdefault.loadingImgDisplay($('title'),'inside'); + this.searchImgload = varLSdefault.loadingImgDisplay($('LSselect_title'),'inside'); this.LSselect_search_form.set('send',{ data: this.LSselect_search_form, evalScripts: true, diff --git a/trunk/templates/default/select.tpl b/trunk/templates/default/select.tpl index de092c19..6c1813ab 100644 --- a/trunk/templates/default/select.tpl +++ b/trunk/templates/default/select.tpl @@ -1,5 +1,5 @@
-

+

{$pagetitle}