ManageTable correct color of HighLigthed row

This commit is contained in:
Dany De Bontridder 2017-01-25 22:06:32 +01:00
parent 1a3dbac663
commit c334a73c64

View file

@ -172,7 +172,7 @@ var ManageTable = function (p_table_name)
new_row.innerHTML = answer['html'];
$("tb"+answer['ctl']).appendChild(new_row);
}
new Effect.Highlight(answer['ctl_row'] ,{ startcolor: '#ffff99',endcolor: '#ffffff' });
new Effect.Highlight(answer['ctl_row'] ,{ startcolor: '#ABCBF7',endcolor: '#ffffff' });
} else {
smoke.alert("Changement impossible");