noalyss-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Noalyss-commit] [noalyss] 02/04: Esthetic : Correct menu display


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 02/04: Esthetic : Correct menu display
Date: Sun, 09 Mar 2014 15:07:31 +0000

sparkyx pushed a commit to branch master
in repository noalyss.

commit 5fa23b71797eaecb6b46666ff0329c0c851ffb86
Author: Dany De Bontridder <address@hidden>
Date:   Sun Mar 9 15:45:55 2014 +0100

    Esthetic : Correct menu display
---
 include/forecast.inc.php |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/forecast.inc.php b/include/forecast.inc.php
index 60a0e21..a0d005a 100644
--- a/include/forecast.inc.php
+++ b/include/forecast.inc.php
@@ -240,8 +240,8 @@ for ($i = 0; $i < count($aForecast); $i++)
 $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="topmenu">';
-echo ShowItem($menu, 'H', 'mtitle', 'mtitle', $def);
+echo '<div class="topmenu2">';
+echo ShowItem($menu, 'H', 'mtitle', 'mtitle', $def,' class="mtitle" ');
 echo '</div>';
 /* * ********************************************************************
  * Ask for a new anticipation (forecast)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]