Skip to content
Snippets Groups Projects
Commit 200bc1e2 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Add warning picto in dangerous message

parent d793f8d2
No related branches found
No related tags found
No related merge requests found
......@@ -167,7 +167,7 @@ if (preg_match('/^confirm/i',$_REQUEST["choice"]))
{
print '<br>';
$formquestion=array();
$ret=$html->form_confirm($_SERVER["PHP_SELF"].'?choice=allfiles',$langs->trans('Purge'),$langs->trans('ConfirmPurge'),'purge',$formquestion,'no',2);
$ret=$html->form_confirm($_SERVER["PHP_SELF"].'?choice=allfiles',$langs->trans('Purge'),$langs->trans('ConfirmPurge').' '.img_warning(),'purge',$formquestion,'no',2);
if ($ret == 'html') print '<br>';
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment