mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-18 00:09:06 +01:00
- LSselect : Agrandir la taille de 600 a 620px
This commit is contained in:
parent
0092395c35
commit
01eda9f711
4 changed files with 4 additions and 4 deletions
|
@ -40,5 +40,5 @@ div.LSselect_search {
|
|||
}
|
||||
|
||||
div.LSobject-select {
|
||||
width: 600px;
|
||||
width: 620px;
|
||||
}
|
||||
|
|
|
@ -40,5 +40,5 @@ div.LSselect_search {
|
|||
}
|
||||
|
||||
div.LSobject-select {
|
||||
width: 600px;
|
||||
width: 620px;
|
||||
}
|
||||
|
|
|
@ -108,7 +108,7 @@ var LSformElement_select_object_field = new Class({
|
|||
varLSsmoothbox.asNew();
|
||||
varLSsmoothbox.addEvent('valid',this.onLSsmoothboxValid.bind(this));
|
||||
varLSsmoothbox.displayValidBtn();
|
||||
varLSsmoothbox.openURL('select.php?LSobject='+this.params['object_type']+((this.params['multiple'])?'&multiple=1':''),{width: 615});
|
||||
varLSsmoothbox.openURL('select.php?LSobject='+this.params['object_type']+((this.params['multiple'])?'&multiple=1':''),{width: 635});
|
||||
}
|
||||
},
|
||||
|
||||
|
|
|
@ -119,7 +119,7 @@ var LSrelation = new Class({
|
|||
if ( varLSdefault.checkAjaxReturn(data) ) {
|
||||
varLSsmoothbox.asNew();
|
||||
varLSsmoothbox.addEvent('valid',this.onLSsmoothboxValid.bind(this));
|
||||
varLSsmoothbox.openURL(data.href,{startElement: $(data.id), width: 615});
|
||||
varLSsmoothbox.openURL(data.href,{startElement: $(data.id), width: 635});
|
||||
}
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in a new issue