From 200bc1e298662e5ea9fb3b6309cdebc33dbf95dc Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 29 Sep 2010 14:07:36 +0000 Subject: [PATCH] Add warning picto in dangerous message --- htdocs/admin/tools/purge.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/admin/tools/purge.php b/htdocs/admin/tools/purge.php index d7464f2c4c3..f2d918bd9f2 100644 --- a/htdocs/admin/tools/purge.php +++ b/htdocs/admin/tools/purge.php @@ -167,7 +167,7 @@ if (preg_match('/^confirm/i',$_REQUEST["choice"])) { print '
'; $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 '
'; }