diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-05-06 04:27:23 +0000 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-05-06 04:27:23 +0000 |
commit | 890b716c8f6693e92858a02120007d38dbdab774 (patch) | |
tree | 0ba8bc381aa5ac5c2011270eee7163f5ecd967ef | |
parent | e83b980d3dea9ffbddd6ec30c6aa80b9fa6f20c4 (diff) |
Show the 'activate gd' button even when there's a warning about missing rotation
-rw-r--r-- | core/views/admin_graphics_gd.html.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/core/views/admin_graphics_gd.html.php b/core/views/admin_graphics_gd.html.php index 84eb6d75..cae68b74 100644 --- a/core/views/admin_graphics_gd.html.php +++ b/core/views/admin_graphics_gd.html.php @@ -18,6 +18,9 @@ <?= t("You have GD version %version, but it lacks image rotation.", array("version" => $tk->gd["GD Version"])) ?> </p> + <p> + <a class="gButtonLink ui-state-default ui-corner-all"><?= t("Activate GD") ?></a> + </p> <? else: ?> <p class="gInfo"> <?= t("You do not have GD installed.") ?> |