ManageTable correct color of HighLigthed row
This commit is contained in:
parent
1a3dbac663
commit
c334a73c64
1 changed files with 1 additions and 1 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue