From 419fe6914ea39bed681d82f958d1d2e7e129c031 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Mon, 21 Dec 2009 06:06:29 +0000 Subject: [PATCH] Fix: view picto if javascipt is disable --- htdocs/admin/const.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/htdocs/admin/const.php b/htdocs/admin/const.php index a0e3fc509c6..715d1fd3bcc 100644 --- a/htdocs/admin/const.php +++ b/htdocs/admin/const.php @@ -212,7 +212,10 @@ if ($result) print ''; print '   '; } - print ''.img_delete().''; + else + { + print ''.img_delete().''; + } print "\n";