FIX Look and feel v12: First tab must be name of object

This commit is contained in:
Laurent Destailleur 2020-09-09 13:57:35 +02:00
parent e7e05f47ac
commit 5c34b26f39
5 changed files with 6 additions and 6 deletions

View File

@ -39,7 +39,7 @@ function facturefourn_prepare_head($object)
$head = array();
$head[$h][0] = DOL_URL_ROOT.'/fourn/facture/card.php?facid='.$object->id;
$head[$h][1] = $langs->trans('Card');
$head[$h][1] = $langs->trans('SupplierInvoice');
$head[$h][2] = 'card';
$h++;
@ -129,7 +129,7 @@ function ordersupplier_prepare_head($object)
$head = array();
$head[$h][0] = DOL_URL_ROOT.'/fourn/commande/card.php?id='.$object->id;
$head[$h][1] = $langs->trans("OrderCard");
$head[$h][1] = $langs->trans("SupplierOrder");
$head[$h][2] = 'card';
$h++;

View File

@ -41,7 +41,7 @@ function facture_prepare_head($object)
$head = array();
$head[$h][0] = DOL_URL_ROOT.'/compta/facture/card.php?facid='.$object->id;
$head[$h][1] = $langs->trans('Card');
$head[$h][1] = $langs->trans('CustomerInvoice');
$head[$h][2] = 'compta';
$h++;

View File

@ -43,7 +43,7 @@ function commande_prepare_head(Commande $object)
if (!empty($conf->commande->enabled) && $user->rights->commande->lire)
{
$head[$h][0] = DOL_URL_ROOT.'/commande/card.php?id='.$object->id;
$head[$h][1] = $langs->trans("OrderCard");
$head[$h][1] = $langs->trans("CustomerOrder");
$head[$h][2] = 'order';
$h++;
}

View File

@ -168,7 +168,7 @@ function task_prepare_head($object)
$head = array();
$head[$h][0] = DOL_URL_ROOT.'/projet/tasks/task.php?id='.$object->id.(GETPOST('withproject') ? '&withproject=1' : '');
$head[$h][1] = $langs->trans("Project");
$head[$h][1] = $langs->trans("Task");
$head[$h][2] = 'task_task';
$h++;

View File

@ -38,7 +38,7 @@ function propal_prepare_head($object)
$head = array();
$head[$h][0] = DOL_URL_ROOT.'/comm/propal/card.php?id='.$object->id;
$head[$h][1] = $langs->trans('ProposalCard');
$head[$h][1] = $langs->trans('Proposal');
$head[$h][2] = 'comm';
$h++;