Author: danydb
Date: 2013-09-27 00:12:40 +0200 (Fri, 27 Sep 2013)
New Revision: 5427

Modified:
   phpcompta/trunk/
   phpcompta/trunk/include/ajax_navigator.php
Log:
ajout lien vers wiki


Property changes on: phpcompta/trunk
___________________________________________________________________
Name: svn:ignore
   - cache
compile
tmp
.a.swp

   + cache
compile
tmp
.a.swp
.s.txt.kate-swp


Modified: phpcompta/trunk/include/ajax_navigator.php
===================================================================
--- phpcompta/trunk/include/ajax_navigator.php  2013-09-26 21:43:34 UTC (rev 
5426)
+++ phpcompta/trunk/include/ajax_navigator.php  2013-09-26 22:12:40 UTC (rev 
5427)
@@ -56,6 +56,9 @@
             <th>
                 Description complète
             </th>
+            <th>
+                Aide sur le wiki
+            </th>
         </tr>
 <?php 
 $nMax=count($a_menu);
@@ -100,6 +103,9 @@
                 <?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>



---
PhpCompta est un logiciel de comptabilité libre en ligne (full web)
Projet opensource http://www.phpcompta.eu

_______________________________________________
Phpcompta  est un logiciel libre de comptabilit&#233; en ligne 
(http://www.phpcompta.eu)
Phpcompta-dev mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/phpcompta-dev

Reply via email to