diff options
Diffstat (limited to 'core/views/admin_graphics_imagemagick.html.php')
-rw-r--r-- | core/views/admin_graphics_imagemagick.html.php | 3 |
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.") ?> |