summaryrefslogtreecommitdiff
path: root/core/views/admin_graphics_graphicsmagick.html.php
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2009-01-13 04:56:29 +0000
committerBharat Mediratta <bharat@menalto.com>2009-01-13 04:56:29 +0000
commit16bebdca068eebedb1eea71e04d986936561e8fc (patch)
treed05e749eae20ae07aa74a94f1f518f1fc09569d4 /core/views/admin_graphics_graphicsmagick.html.php
parentac59df23958d206956e92b4761c70214f8ffee8e (diff)
Make the admin/graphics UI mimic admin/themes with a single selected
toolkit above, and other available ones below.
Diffstat (limited to 'core/views/admin_graphics_graphicsmagick.html.php')
-rw-r--r--core/views/admin_graphics_graphicsmagick.html.php17
1 files changed, 17 insertions, 0 deletions
diff --git a/core/views/admin_graphics_graphicsmagick.html.php b/core/views/admin_graphics_graphicsmagick.html.php
new file mode 100644
index 00000000..d65a1d3c
--- /dev/null
+++ b/core/views/admin_graphics_graphicsmagick.html.php
@@ -0,0 +1,17 @@
+<div id="graphicsmagick" class="gBlock <?= $tk->graphicsmagick ? "" : "unavailable" ?>">
+ <h3> <?= t("GraphicsMagick") ?> </h3>
+ <img class="logo" width="107" height="76" src="http://www.graphicsmagick.org/images/gm-107x76.png" alt="<? t("Visit the GraphicsMagick project site") ?>" />
+ <p>
+ <?= t("GraphicsMagick is a standalone graphics program available on most Linux systems. Please refer to the <a href=\"{{url}}\">GraphicsMagick website</a> for more information.",
+ array("url" => "http://www.graphicsmagick.org")) ?>
+ </p>
+ <? if ($tk->graphicsmagick): ?>
+ <p class="gSuccess">
+ <?= t("GraphicsMagick is available in {{path}}", array("path" => $tk->graphicsmagick)) ?>
+ </p>
+ <? else: ?>
+ <p class="gInfo">
+ <?= t("GraphicsMagick is not available on your system.") ?>
+ </p>
+ <? endif ?>
+</div>