ajout lien vers wiki

This commit is contained in:
Dany De Bontridder 2013-09-26 22:12:40 +00:00
parent aa5dd3f2ec
commit 3abdc9ce69

View file

@ -56,6 +56,9 @@ $a_menu=$cn->get_array($sql,array($_SESSION['g_user']));
<th>
Description complète
</th>
<th>
Aide sur le wiki
</th>
</tr>
<?php
$nMax=count($a_menu);
@ -100,6 +103,9 @@ for ($i=0;$i<$nMax;$i++):
<?php if ($a_menu[$i]['p_type_display'] == 'PL') echo '(Extension)';
echo $a_menu[$i]['me_description_etendue']; ?>
</td>
<td>
<a class="mtitle" style='text-decoration: underline' href="http://wiki.phpcompta.eu/doku.php?id=MENU:<?php echo $a_menu[$i]['me_code']; ?>" target='_blank'>sur le wiki : <?php echo $a_menu[$i]['me_code']; ?></a>
</td>
</tr>
<?php endfor; ?>
</table>