From 04fe9da19036a657aeeee11f6c3641f98a345323 Mon Sep 17 00:00:00 2001 From: Tim Almdal Date: Thu, 5 Feb 2009 23:29:44 +0000 Subject: Addressed the issues in ticket 34. Surround the the attempt to use gd_info with a try catch block. Created a new class gInstalledToolkit which has the highlighting and the over pointer definition. Now if you mouse across an inactive toolkit it remains inert. --- core/views/admin_graphics_imagemagick.html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/views/admin_graphics_imagemagick.html.php') diff --git a/core/views/admin_graphics_imagemagick.html.php b/core/views/admin_graphics_imagemagick.html.php index 1166ff71..4f77a794 100644 --- a/core/views/admin_graphics_imagemagick.html.php +++ b/core/views/admin_graphics_imagemagick.html.php @@ -1,5 +1,5 @@ -
imagemagick ? "" : " gUnavailable" ?>"> +
imagemagick ? " gInstalledToolkit" : " gUnavailable" ?>">

" alt="" />

-- cgit v1.2.3