rename last_emailing to rappels_rdv
This commit is contained in:
@@ -17,6 +17,7 @@
|
||||
<th>Tél. 2</th>
|
||||
<th>Portable</th>
|
||||
<th>Ville</th>
|
||||
<th></th>
|
||||
<th>Modif le</th>
|
||||
</tr>
|
||||
</thead>
|
||||
@@ -46,6 +47,11 @@
|
||||
},
|
||||
},
|
||||
],
|
||||
createdRow: function( row, data, dataIndex ){
|
||||
if ( data[6] == "0" ) {
|
||||
$('td', row).eq(0).css('background-color', 'OrangeRed').css('color', 'white');
|
||||
}
|
||||
},
|
||||
});
|
||||
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user