ajout lien vers wiki
This commit is contained in:
parent
aa5dd3f2ec
commit
3abdc9ce69
1 changed files with 6 additions and 0 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue