Esthetic : Correct menu display
This commit is contained in:
parent
5a6802e709
commit
5fa23b7179
1 changed files with 2 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue