- LSselect :

-> Modification de l'id du titre (tpl + JS) pour une meilleur compatibilité "title" -> "LSselect_title"
This commit is contained in:
Benjamin Renard 2008-11-03 14:47:30 +00:00
parent e340850741
commit 4c0e7669f5
2 changed files with 3 additions and 3 deletions

View file

@ -81,7 +81,7 @@ var LSselect = new Class({
var data = { var data = {
ajax: true 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(); new Request({url: a.href, data: data, onSuccess: this.onChangePageClickComplete.bind(this)}).send();
}, },
@ -101,7 +101,7 @@ var LSselect = new Class({
}, },
submitSearchForm: function() { submitSearchForm: function() {
this.searchImgload = varLSdefault.loadingImgDisplay($('title'),'inside'); this.searchImgload = varLSdefault.loadingImgDisplay($('LSselect_title'),'inside');
this.LSselect_search_form.set('send',{ this.LSselect_search_form.set('send',{
data: this.LSselect_search_form, data: this.LSselect_search_form,
evalScripts: true, evalScripts: true,

View file

@ -1,5 +1,5 @@
<div class='LSobject-select' id='LSobject-select-main-div'> <div class='LSobject-select' id='LSobject-select-main-div'>
<h1 id='title'> <h1 id='LSselect_title'>
{$pagetitle} {$pagetitle}
</h1> </h1>