-further fixes for naomis new layout

This commit is contained in:
martin 2011-02-06 20:12:56 -05:00
parent 8396e12df1
commit fae1401568
4 changed files with 114 additions and 164 deletions

View file

@ -86,7 +86,7 @@ function createDataGrid(){
"aaData": datagridData.rows,
"aoColumns": columns,
"fnRowCallback": function( nRow, aData, iDisplayIndex, iDisplayIndexFull ) {
if (aData[aData.length-2] != "")
if (aData[aData.length-2] == "t")
$(nRow).attr("style", "background-color:#166622");
if (aData[0] == "c")
$(nRow).attr("style", "background-color:#61B329");