Author: danydb
Date: 2011-12-09 15:13:18 +0100 (Fri, 09 Dec 2011)
New Revision: 4591

Modified:
   phpcompta/trunk/include/forecast.inc.php
Log:
#490 Affichage pr?\195?\169vision

Modified: phpcompta/trunk/include/forecast.inc.php
===================================================================
--- phpcompta/trunk/include/forecast.inc.php    2011-12-09 14:09:41 UTC (rev 
4590)
+++ phpcompta/trunk/include/forecast.inc.php    2011-12-09 14:13:18 UTC (rev 
4591)
@@ -240,7 +240,7 @@
 $href = "?ac=" . $_REQUEST['ac'] . "&sa=new&" . $get_dossier;
 $menu[] = array($href, _("Ajout prévision"), _("Ajout d'une prévision"), 0);
 $def = (isset($_REQUEST['f_id'])) ? $_REQUEST['f_id'] : -1;
-echo '<div class="lmenu">';
+echo '<div class="topmenu">';
 echo ShowItem($menu, 'H', 'mtitle', 'mtitle', $def);
 echo '</div>';
 /* * ********************************************************************


_______________________________________________
Phpcompta-dev mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/phpcompta-dev

Reply via email to