related to #1679 fixing glitches on page titles

This commit is contained in:
Matthieu Leproux
2022-07-05 14:13:30 +02:00
parent 83eeab2ee8
commit fd82502f7c
38 changed files with 41 additions and 66 deletions

View File

@@ -109,6 +109,7 @@ $template->assign(
'U_ELEMENTS_PAGE' => $base_url.get_query_string_diff(array('display','start')),
'F_ACTION' => $base_url.get_query_string_diff(array()),
'level_options' => get_privacy_level_options(),
'ADMIN_PAGE_TITLE' => l10n('Batch Manager'),
)
);