Subversion Repositories DevTools

Rev

Rev 6877 | Rev 6880 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6877 Rev 6879
Line 1533... Line 1533...
1533
 
1533
 
1534
    var divA = MM_findObj( 'PVA' + rowId );
1534
    var divA = MM_findObj( 'PVA' + rowId );
1535
    var divB = MM_findObj( 'PVB' + rowId );
1535
    var divB = MM_findObj( 'PVB' + rowId );
1536
 
1536
 
1537
    // Set text equal
1537
    // Set text equal
1538
    //divB.innerHTML = divB.getAttribute('data_pkg');
1538
    divB.innerHTML = divB.getAttribute('data_pkg');
1539
    divB.style.textDecoration = 'none';
1539
    divB.style.textDecoration = 'none';
1540
 
1540
 
1541
    // Set highlight to blank
1541
    // Set highlight to blank
1542
    divA.style.backgroundColor = divA.getAttribute('data_color');
1542
    divA.style.backgroundColor = divA.getAttribute('data_color');
1543
    divB.style.backgroundColor = divB.getAttribute('data_color');
1543
    divB.style.backgroundColor = divB.getAttribute('data_color');