Activation des menus actionnaires, Commandes giant seulement avec le mode edition
This commit is contained in:
parent
22e092ca49
commit
baf8d55c60
@ -11,7 +11,12 @@ function menu_href_recherche_dir()
|
||||
|
||||
function menu_href_recherche_act()
|
||||
{
|
||||
return './?page=recherche&vue=act';
|
||||
$href = false;
|
||||
if(hasModeEdition())
|
||||
{
|
||||
$href = './?page=recherche&vue=act';
|
||||
}
|
||||
return $href;
|
||||
}
|
||||
|
||||
function menu_href_international()
|
||||
@ -486,7 +491,12 @@ function menu_href_internationalcmd()
|
||||
|
||||
function menu_href_giantcmd()
|
||||
{
|
||||
return './?page=giant_commandes';
|
||||
$href = false;
|
||||
if(hasModeEdition())
|
||||
{
|
||||
$href = './?page=giant_commandes';
|
||||
}
|
||||
return $href;
|
||||
}
|
||||
|
||||
function menu_href_stats()
|
||||
|
Loading…
x
Reference in New Issue
Block a user