Update admin_hrm.php

$title = $langs->trans('Parameters');

llxHeader('', $title, '');
This commit is contained in:
UT from dolibit 2021-04-19 17:53:29 +02:00 committed by GitHub
parent 4d916f3c9f
commit 985dc83b8c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -73,7 +73,10 @@ if ($action == 'update') {
* View
*/
llxHeader('', $langs->trans('Parameters'));
$title = $langs->trans('Parameters');
llxHeader('', $title, '');
$form = new Form($db);