fix page titles

Conflicts:
	htdocs/compta/bank/annuel.php
	htdocs/contact/list.php
	htdocs/product/stock/movement_list.php
	htdocs/user/list.php
This commit is contained in:
Christian Foellmann
2022-06-27 12:46:39 +02:00
committed by Laurent Destailleur
parent 6365bdb35c
commit 4c5e05e411
78 changed files with 274 additions and 162 deletions

View File

@@ -77,7 +77,7 @@ if (empty($reshook)) {
/*
* View
*/
$title = $langs->trans('Order')." - ".$langs->trans('Notes');
$title = $object->ref." - ".$langs->trans('Notes');
$help_url = 'EN:Customers_Orders|FR:Commandes_Clients|ES:Pedidos de clientes|DE:Modul_Kundenaufträge';
llxHeader('', $title, $help_url);