Issue #0001922: Edition du BILAN - ajouter 'selected' a l'élément <select> (U | K | M)

This commit is contained in:
Aram HARUTYUNYAN 2014-04-08 13:30:06 +00:00
parent b06dacdbc2
commit cada35746e

View File

@ -71,7 +71,7 @@ span.poste input { width:50px; }
$('span.unit').editable(function(value, settings) {
return value;
}, {
data : "{'U':'&euro;','K':'K&euro;','M':'M&euro;'}",
data : {'U':'&euro;','K':'K&euro;','M':'M&euro;', 'selected':'<?=$this->unite?>'},
type : 'select',
tooltip : 'Click to edit',
});