Cosmétique
This commit is contained in:
parent
e66033d9b5
commit
fc7c8a4a36
2 changed files with 3 additions and 3 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"><img src="image/down.gif"></span></th><th>Titre</th><th></th>';
|
||||
echo '<tr><th class=" sorttable_sorted_reverse" id="todo_list_date">Date</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