diff --git a/htdocs/admin/agenda.php b/htdocs/admin/agenda.php index 57edea39a32..c1610132a79 100644 --- a/htdocs/admin/agenda.php +++ b/htdocs/admin/agenda.php @@ -158,9 +158,10 @@ $head=agenda_prepare_head(); dol_fiche_head($head, 'autoactions', $langs->trans("Agenda"), -1, 'action'); print $langs->trans("AgendaAutoActionDesc")."
\n"; -print $langs->trans("OnlyActiveElementsAreShown").'
'; +print $langs->trans("OnlyActiveElementsAreShown", 'modules.php').'
'; print "
\n"; +print '
'; // You can use div-table-responsive-no-min if you dont need reserved height for your table print ''; print ''; print ''; @@ -172,9 +173,9 @@ print $searchpicto; print ''; print ''; print ''."\n"; + print ''; -print ''; -print ''; +print ''; print ''; print ''."\n"; // Show each trigger (list is in c_action_trigger) @@ -211,6 +212,7 @@ if (! empty($triggers)) } } print '
'.$langs->trans("ActionsEvents").''.$langs->trans("ActionsEvents").''.$langs->trans("All").'/'.$langs->trans("None").'
'; +print '
'; dol_fiche_end();