mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-23 02:19:07 +01:00
- LSselect :
-> Modification de l'id du titre (tpl + JS) pour une meilleur compatibilité "title" -> "LSselect_title"
This commit is contained in:
parent
e340850741
commit
4c0e7669f5
2 changed files with 3 additions and 3 deletions
|
@ -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,
|
||||||
|
|
|
@ -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>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue