fix links
This commit is contained in:
parent
f1c15e1714
commit
de31fb83f0
@ -52,15 +52,15 @@ function establishment_prepare_head($object)
|
||||
$head[$h][2] = 'info';
|
||||
$h++;
|
||||
|
||||
$head[$h][0] = dol_buildpath("/hrm/admin/setup.php", 1);
|
||||
$head[$h][1] = $langs->trans("Settings");
|
||||
$head[$h][2] = 'settings';
|
||||
$h++;
|
||||
// $head[$h][0] = dol_buildpath("/hrm/admin/setup.php", 1);
|
||||
// $head[$h][1] = $langs->trans("Settings");
|
||||
// $head[$h][2] = 'settings';
|
||||
// $h++;
|
||||
|
||||
$head[$h][0] = dol_buildpath("/hrm/admin/about.php", 1);
|
||||
$head[$h][1] = $langs->trans("About");
|
||||
$head[$h][2] = 'about';
|
||||
$h++;
|
||||
// $head[$h][0] = dol_buildpath("/hrm/admin/about.php", 1);
|
||||
// $head[$h][1] = $langs->trans("About");
|
||||
// $head[$h][2] = 'about';
|
||||
// $h++;
|
||||
|
||||
complete_head_from_modules($conf, $langs, null, $head, $h, 'hrm');
|
||||
|
||||
|
||||
@ -138,7 +138,7 @@ if ($object->id > 0) {
|
||||
|
||||
// Object card
|
||||
// ------------------------------------------------------------
|
||||
$linkback = '<a href="'.DOL_URL_ROOT.'/hrm/hrm/myobject_list.php?restore_lastsearch_values=1'.(!empty($socid) ? '&socid='.$socid : '').'">'.$langs->trans("BackToList").'</a>';
|
||||
$linkback = '<a href="'.DOL_URL_ROOT.'/hrm/admin/admin_establishment.php?restore_lastsearch_values=1'.(!empty($socid) ? '&socid='.$socid : '').'">'.$langs->trans("BackToList").'</a>';
|
||||
|
||||
$morehtmlref = '<div class="refidno">';
|
||||
/*
|
||||
|
||||
Loading…
Reference in New Issue
Block a user