summaryrefslogtreecommitdiff
path: root/core/views/admin_graphics_imagemagick.html.php
diff options
context:
space:
mode:
authorChad Kieffer <chad@2tbsp.com>2009-05-06 03:47:58 +0000
committerChad Kieffer <chad@2tbsp.com>2009-05-06 03:47:58 +0000
commit812cb94b1e7d9a58df3ba94cbe78bef537152c6d (patch)
treeb7112203f3e3bcc633573fc6f4b78e2a81031ee7 /core/views/admin_graphics_imagemagick.html.php
parent2846e0df8b73987ee244e3307c7a871eb468a889 (diff)
Usability update: include an "Activate Toolkit Name" button with available toolkits
Diffstat (limited to 'core/views/admin_graphics_imagemagick.html.php')
-rw-r--r--core/views/admin_graphics_imagemagick.html.php3
1 files changed, 3 insertions, 0 deletions
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 @@
<p class="gSuccess">
<?= t("ImageMagick is available in %path", array("path" => $tk->imagemagick)) ?>
</p>
+ <p>
+ <a class="gButtonLink ui-state-default ui-corner-all"><?= t("Activate ImageMagick") ?></a>
+ </p>
<? else: ?>
<p class="gInfo">
<?= t("ImageMagick is not available on your system.") ?>