Task #1385: Alternance lignes non respectée

Corrige pense-bête
This commit is contained in:
Dany De Bontridder 2017-03-25 18:19:20 +01:00
parent 687888ed32
commit 8fc2ff7c54

View file

@ -20,7 +20,7 @@ $a_todo=Todo_List::to_object($cn,$array);
echo HtmlInput::button('add',_('Ajout'),'onClick="add_todo()"','smallbutton');
echo '<table id="table_todo" class="sortable" width="100%">';
echo '<tr><th class=" sorttable_sorted_reverse" id="todo_list_date">Date <span id="sorttable_sortrevind">&nbsp;&blacktriangle;</span></th><th>Titre</th><th></th>';
echo '<tr><th class=" sorttable_sorted_reverse" id="todo_list_date">Date <span id="sorttable_sortrevind"><img src="image/down.gif"></span></th><th>Titre</th><th></th>';
if ( ! empty ($array) ) {
$nb=0;
$today=date('d.m.Y');