noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 06/06: Task #1385: Alternance lignes non res


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 06/06: Task #1385: Alternance lignes non respectée Corrige pense-bête
Date: Sat, 25 Mar 2017 13:19:52 -0400 (EDT)

sparkyx pushed a commit to branch master
in repository noalyss.

commit 8fc2ff7c540fc5629b60325104567d1a2fc28619
Author: Dany De Bontridder <address@hidden>
Date:   Sat Mar 25 18:19:20 2017 +0100

    Task #1385: Alternance lignes non respectée
    Corrige pense-bête
---
 include/template/dashboard.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/template/dashboard.php b/include/template/dashboard.php
index de640f5..dedd70f 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">&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');



reply via email to

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