Debug v20

This commit is contained in:
Laurent Destailleur
2024-04-11 10:55:42 +02:00
parent 35c094e0bb
commit beda30c493
4 changed files with 12 additions and 8 deletions

View File

@@ -159,7 +159,7 @@ $head = webhookAdminPrepareHead();
print dol_get_fiche_head($head, 'settings', $langs->trans($page_name), -1, "webhook");
// Setup page goes here
echo '<span class="opacitymedium">'.$langs->trans("WebhookSetupPage").'</span><br><br>';
echo '<span class="opacitymedium">'.$langs->trans("WebhookSetupPage", $langs->transnoentitiesnoconv("Targets")).'</span><br><br>';
if ($action == 'edit') {
@@ -339,10 +339,11 @@ if ($action == 'edit') {
}
}
/*
if (empty($setupnotempty)) {
print '<br>'.$langs->trans("NothingToSetup");
}
*/
// Page end
print dol_get_fiche_end();