diff --git a/core/views/admin_graphics_gd.html.php b/core/views/admin_graphics_gd.html.php index 76933861..84eb6d75 100644 --- a/core/views/admin_graphics_gd.html.php +++ b/core/views/admin_graphics_gd.html.php @@ -10,6 +10,9 @@
= t("You have GD version %version.", array("version" => $tk->gd["GD Version"])) ?>
+ elseif ($tk->gd["GD Version"]): ?>= t("You have GD version %version, but it lacks image rotation.", diff --git a/core/views/admin_graphics_graphicsmagick.html.php b/core/views/admin_graphics_graphicsmagick.html.php index 2f4ce95c..720a9459 100644 --- a/core/views/admin_graphics_graphicsmagick.html.php +++ b/core/views/admin_graphics_graphicsmagick.html.php @@ -10,6 +10,9 @@
= t("GraphicsMagick is available in %path", array("path" => $tk->graphicsmagick)) ?>
++ = t("Activate Graphics Magic") ?> +
else: ?>= t("GraphicsMagick is not available on your system.") ?> diff --git a/core/views/admin_graphics_imagemagick.html.php b/core/views/admin_graphics_imagemagick.html.php index 4f77a794..c7468eed 100644 --- a/core/views/admin_graphics_imagemagick.html.php +++ b/core/views/admin_graphics_imagemagick.html.php @@ -10,6 +10,9 @@
= t("ImageMagick is available in %path", array("path" => $tk->imagemagick)) ?>
++ = t("Activate ImageMagick") ?> +
else: ?>= t("ImageMagick is not available on your system.") ?> diff --git a/themes/admin_default/css/screen.css b/themes/admin_default/css/screen.css index cd68674c..b67264eb 100644 --- a/themes/admin_default/css/screen.css +++ b/themes/admin_default/css/screen.css @@ -45,6 +45,14 @@ background: #eee; } +.gAvailable .gButtonLink { + width: 96%; +} + +.gSelected .gButtonLink { + display: none; +} + .gUnavailable { border-color: #999; opacity: 0.4; @@ -166,7 +174,7 @@ #gAdminGraphics .gAvailable .gBlock { clear: none; float: left; - height: 200px; + height: 16em; margin-right: 1em; width: 30%; }