mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-15 22:11:36 +01:00
NEW The module selection uses a KanBan view by default.
This commit is contained in:
@@ -577,9 +577,9 @@ function modules_prepare_head()
|
||||
$h = 0;
|
||||
$head = array();
|
||||
|
||||
$head[$h][0] = DOL_URL_ROOT."/admin/modules.php?mode=common";
|
||||
$head[$h][0] = DOL_URL_ROOT."/admin/modules.php?mode=commonkanban";
|
||||
$head[$h][1] = $langs->trans("AvailableModules");
|
||||
$head[$h][2] = 'common';
|
||||
$head[$h][2] = 'commonkanban';
|
||||
$h++;
|
||||
|
||||
$head[$h][0] = DOL_URL_ROOT."/admin/modules.php?mode=marketplace";
|
||||
|
||||
Reference in New Issue
Block a user