Fixing style errors.

This commit is contained in:
stickler-ci 2022-06-27 10:56:08 +00:00
parent 89d1389e2d
commit 23d948cec4
4 changed files with 2 additions and 4 deletions

View File

@ -751,7 +751,7 @@ if ($resql) {
exit;
}
// llxHeader('', $langs->trans('Proposal'), $help_url);
// llxHeader('', $langs->trans('Proposal'), $help_url);
$param = '&search_status='.urlencode($search_status);
if (!empty($contextpage) && $contextpage != $_SERVER["PHP_SELF"]) {

View File

@ -639,7 +639,6 @@ if ($msid) {
} else {
$title .= ' ('.$langs->trans("ForThisWarehouse").')';
}
}
}
llxHeader("", $title, $help_url);

View File

@ -469,7 +469,7 @@ if ($resql) {
exit;
}
// llxHeader('', $langs->trans('CommRequest'), $help_url);
// llxHeader('', $langs->trans('CommRequest'), $help_url);
$param = '';
if (!empty($contextpage) && $contextpage != $_SERVER["PHP_SELF"]) {

View File

@ -719,7 +719,6 @@ if (!empty($conf->stock->enabled)) {
$help_url = '';
if ($action == 'create' || $action == 'adduserldap') {
$title = $langs->trans("NewUser");
llxHeader('', $title, $help_url);