noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 01/12: Affiche la description des plans analy


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 01/12: Affiche la description des plans analytiques quand on en fait la liste
Date: Sat, 26 Jul 2014 14:53:48 +0000

sparkyx pushed a commit to branch master
in repository noalyss.

commit 28eabd96245d1669294bce3c67563fbbb95f5747
Author: Vincent Danjean <address@hidden>
Date:   Wed Jul 23 23:47:24 2014 +0200

    Affiche la description des plans analytiques quand on en fait la liste
---
 include/anc_pa.inc.php |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/include/anc_pa.inc.php b/include/anc_pa.inc.php
index f045a29..71999a6 100644
--- a/include/anc_pa.inc.php
+++ b/include/anc_pa.inc.php
@@ -272,8 +272,10 @@ else
         '<a class="mtitle" 
href="?ac='.$_REQUEST['ac'].'&sa=list&pa_id='.$line['id'].'&'.$str_dossier.'">'.
         "Activités".
         "</a>";
-
-        echo '</TR>';
+       echo '<TD>';
+       echo $line['description'];
+       echo '</TD>';
+        echo "</TR>\n";
     }
     echo '</table>';
     if ($obj->isAppend()==true )



reply via email to

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