Issue #0001922: Edition du BILAN - ajouter 'selected' a l'élément <select> (U | K | M)
This commit is contained in:
parent
b06dacdbc2
commit
cada35746e
@ -71,7 +71,7 @@ span.poste input { width:50px; }
|
||||
$('span.unit').editable(function(value, settings) {
|
||||
return value;
|
||||
}, {
|
||||
data : "{'U':'€','K':'K€','M':'M€'}",
|
||||
data : {'U':'€','K':'K€','M':'M€', 'selected':'<?=$this->unite?>'},
|
||||
type : 'select',
|
||||
tooltip : 'Click to edit',
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user