Fix template
This commit is contained in:
parent
98708acf57
commit
8f383e3fa1
@ -84,7 +84,7 @@ class MyBox extends ModeleBoxes
|
|||||||
*/
|
*/
|
||||||
public function __construct(DoliDB $db, $param = '')
|
public function __construct(DoliDB $db, $param = '')
|
||||||
{
|
{
|
||||||
global $langs;
|
global $user, $conf, $langs;
|
||||||
$langs->load("boxes");
|
$langs->load("boxes");
|
||||||
$langs->load('mymodule@mymodule');
|
$langs->load('mymodule@mymodule');
|
||||||
|
|
||||||
@ -93,6 +93,9 @@ class MyBox extends ModeleBoxes
|
|||||||
$this->boxlabel = $langs->transnoentitiesnoconv("MyBox");
|
$this->boxlabel = $langs->transnoentitiesnoconv("MyBox");
|
||||||
|
|
||||||
$this->param = $param;
|
$this->param = $param;
|
||||||
|
|
||||||
|
//$this->enabled = $conf->global->FEATURES_LEVEL > 0; // Condition when module is enabled or not
|
||||||
|
//$this->hidden = ! ($user->rights->mymodule->myobject->read); // Condition when module is visible by user (test on permission)
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user