2
0
forked from Wavyzz/dolibarr
This commit is contained in:
Regis Houssin
2010-10-28 10:22:06 +00:00
parent 0ce87b5444
commit 1a0f39a2d9
7 changed files with 60 additions and 50 deletions

View File

@@ -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

View File

@@ -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"));