parent
687888ed32
commit
8fc2ff7c54
1 changed files with 1 additions and 1 deletions
|
|
@ -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"> ▴</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');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue