Cherry pick

This commit is contained in:
Laurent Destailleur 2022-07-06 19:19:47 +02:00
parent 4c5e05e411
commit daf8c0ff1e
3 changed files with 2 additions and 3 deletions

View File

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

View File

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

View File

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