diff options
| author | Tim Almdal <tnalmdal@shaw.ca> | 2009-02-05 23:29:44 +0000 |
|---|---|---|
| committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-02-05 23:29:44 +0000 |
| commit | 04fe9da19036a657aeeee11f6c3641f98a345323 (patch) | |
| tree | c69a9c93583d90842c4c03202a59129f104cac3b /core/views/admin_graphics_graphicsmagick.html.php | |
| parent | 7521465ec3af00b10d67880e780e6b60eba2b597 (diff) | |
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.
Diffstat (limited to 'core/views/admin_graphics_graphicsmagick.html.php')
| -rw-r--r-- | core/views/admin_graphics_graphicsmagick.html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/views/admin_graphics_graphicsmagick.html.php b/core/views/admin_graphics_graphicsmagick.html.php index 8196289e..2f4ce95c 100644 --- a/core/views/admin_graphics_graphicsmagick.html.php +++ b/core/views/admin_graphics_graphicsmagick.html.php @@ -1,5 +1,5 @@ <?php defined("SYSPATH") or die("No direct script access.") ?> -<div id="graphicsmagick" class="gBlock<?= $is_active ? " gSelected" : "" ?><?= $tk->graphicsmagick ? "" : " gUnavailable" ?>"> +<div id="graphicsmagick" class="gBlock<?= $is_active ? " gSelected" : "" ?><?= $tk->graphicsmagick ? " gInstalledToolkit" : " gUnavailable" ?>"> <h3> <?= t("GraphicsMagick") ?> </h3> <img class="logo" width="107" height="76" src="<?= url::file("core/images/graphicsmagick.png"); ?>" alt="<? t("Visit the GraphicsMagick project site") ?>" /> <p> |
