Affiche la description des plans analytiques quand on en fait la liste
This commit is contained in:
parent
f0a057f2e8
commit
28eabd9624
1 changed files with 4 additions and 2 deletions
|
|
@ -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 )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue