2
0
forked from Wavyzz/dolibarr

Work on default focus

This commit is contained in:
Laurent Destailleur
2017-05-06 01:09:22 +02:00
parent cea835744c
commit 56140ae572
4 changed files with 71 additions and 39 deletions

View File

@@ -624,6 +624,11 @@ function defaultvalues_prepare_head()
$head[$h][2] = 'sortorder';
$h++;
$head[$h][0] = DOL_URL_ROOT."/admin/defaultvalues.php?mode=focus";
$head[$h][1] = $langs->trans("DefaultFocus");
$head[$h][2] = 'focus';
$h++;
/*$head[$h][0] = DOL_URL_ROOT."/admin/translation.php?mode=searchkey";
$head[$h][1] = $langs->trans("TranslationKeySearch");
$head[$h][2] = 'searchkey';