forked from Wavyzz/dolibarr
New: task #10723
This commit is contained in:
@@ -247,6 +247,11 @@ $head[$h][1] = $langs->trans("MenuAdmin");
|
||||
$head[$h][2] = 'editor';
|
||||
$h++;
|
||||
|
||||
$head[$h][0] = DOL_URL_ROOT."/admin/menus/other.php";
|
||||
$head[$h][1] = $langs->trans("Miscellanous");
|
||||
$head[$h][2] = 'misc';
|
||||
$h++;
|
||||
|
||||
dol_fiche_head($head, 'editor', $langs->trans("Menus"));
|
||||
|
||||
// Confirmation for remove menu entry
|
||||
|
||||
@@ -25,7 +25,6 @@
|
||||
|
||||
require("../../main.inc.php");
|
||||
require_once(DOL_DOCUMENT_ROOT."/lib/admin.lib.php");
|
||||
require_once(DOL_DOCUMENT_ROOT."/core/class/html.formfile.class.php");
|
||||
|
||||
$langs->load("users");
|
||||
$langs->load("admin");
|
||||
@@ -56,7 +55,6 @@ else if ($_GET["action"] == 'disable_hidemenu')
|
||||
* View
|
||||
*/
|
||||
|
||||
$form = new Form($db);
|
||||
|
||||
llxHeader('',$langs->trans("Setup"));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user