mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-07-10 17:29:18 -04:00
Make the admin/graphics UI mimic admin/themes with a single selected
toolkit above, and other available ones below.
This commit is contained in:
17
core/views/admin_graphics_graphicsmagick.html.php
Normal file
17
core/views/admin_graphics_graphicsmagick.html.php
Normal file
@@ -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>
|
||||
Reference in New Issue
Block a user