Link to doc

This commit is contained in:
Laurent Destailleur 2021-08-17 14:44:26 +02:00
parent 7d61609462
commit 8c093cfb31
2 changed files with 6 additions and 2 deletions

View File

@ -79,7 +79,10 @@ $form = new Form($db);
$block_static = new BlockedLog($db); $block_static = new BlockedLog($db);
$block_static->loadTrackedEvents(); $block_static->loadTrackedEvents();
llxHeader('', $langs->trans("BlockedLogSetup")); $title = $langs->trans("BlockedLogSetup");
$help_url="EN:Module_Unalterable_Archives_-_Logs|FR:Module_Archives_-_Logs_Inaltérable";
llxHeader('', $title, $help_url);
$linkback = ''; $linkback = '';
if ($withtab) { if ($withtab) {

View File

@ -275,8 +275,9 @@ if (GETPOST('withtab', 'alpha')) {
} else { } else {
$title = $langs->trans("BrowseBlockedLog"); $title = $langs->trans("BrowseBlockedLog");
} }
$help_url="EN:Module_Unalterable_Archives_-_Logs|FR:Module_Archives_-_Logs_Inaltérable";
llxHeader('', $langs->trans("BrowseBlockedLog")); llxHeader('', $title, $help_url);
$MAXLINES = 10000; $MAXLINES = 10000;