rename last_emailing to rappels_rdv

This commit is contained in:
2021-01-22 16:44:32 +01:00
parent b3fb088d9f
commit af2315bad2
8 changed files with 132 additions and 15 deletions

View File

@@ -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');
}
},
});
});