noalyss-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Noalyss-commit] [noalyss] 240/323: Cosmétique


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 240/323: Cosmétique
Date: Wed, 14 Mar 2018 17:38:58 -0400 (EDT)

sparkyx pushed a commit to branch master
in repository noalyss.

commit fc7c8a4a36891bcb3fa0015e0d4f942a10950555
Author: Dany De Bontridder <address@hidden>
Date:   Fri Feb 23 21:50:27 2018 +0100

    Cosmétique
---
 include/lib/sort_table.class.php | 4 ++--
 include/template/dashboard.php   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/include/lib/sort_table.class.php b/include/lib/sort_table.class.php
index c93806d..6cbfcaa 100644
--- a/include/lib/sort_table.class.php
+++ b/include/lib/sort_table.class.php
@@ -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;
diff --git a/include/template/dashboard.php b/include/template/dashboard.php
index a7a3968..4bf34d8 100644
--- a/include/template/dashboard.php
+++ b/include/template/dashboard.php
@@ -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');



reply via email to

[Prev in Thread] Current Thread [Next in Thread]