Cosmétique
This commit is contained in:
parent
e66033d9b5
commit
fc7c8a4a36
2 changed files with 3 additions and 3 deletions
|
|
@ -72,11 +72,11 @@ class Sort_Table
|
|||
|
||||
$base = $this->array[$p_ind]['url'];
|
||||
$str = '';
|
||||
$str .= '<A style="display:inline" HREF="' . $base . '&ord=' . $this->array[$p_ind]['parm_asc'] . '">' .
|
||||
$str .= '<A style="display:inline;text-decoration:none" HREF="' . $base . '&ord=' . $this->array[$p_ind]['parm_asc'] . '">' .
|
||||
$this->array[$p_ind]['car_asc'] .
|
||||
'</A>' .
|
||||
$this->array[$p_ind]['head'] .
|
||||
'<A style="display:inline" HREF="' . $base . '&ord=' . $this->array[$p_ind]['parm_desc'] . '">' .
|
||||
'<A style="display:inline;text-decoration:none" HREF="' . $base . '&ord=' . $this->array[$p_ind]['parm_desc'] . '">' .
|
||||
$this->array[$p_ind]['car_desc'] .
|
||||
'</A>';
|
||||
return $str;
|
||||
|
|
|
|||
|
|
@ -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