summaryrefslogtreecommitdiff
path: root/core/views/admin_graphics_imagemagick.html.php
diff options
context:
space:
mode:
authorChad Kieffer <chad@2tbsp.com>2009-01-24 20:06:13 +0000
committerChad Kieffer <chad@2tbsp.com>2009-01-24 20:06:13 +0000
commit55cd2afde539842d54bd79fb7bdced37e5e53101 (patch)
treed98859e8e84864706124a89f1ee9b1dc1ebf7683 /core/views/admin_graphics_imagemagick.html.php
parentcbff78daa8a642e1800916f92e43202857c3b677 (diff)
Admin theme style cleanup. Merged separate selected, available, unavailable into a single set of reusable classes. Applied alternating row bg colors. Removed inline CSS from admin views. Moved user admin css into admin_default theme style sheet.
Diffstat (limited to 'core/views/admin_graphics_imagemagick.html.php')
-rw-r--r--core/views/admin_graphics_imagemagick.html.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/views/admin_graphics_imagemagick.html.php b/core/views/admin_graphics_imagemagick.html.php
index 7898a8d1..1166ff71 100644
--- a/core/views/admin_graphics_imagemagick.html.php
+++ b/core/views/admin_graphics_imagemagick.html.php
@@ -1,5 +1,5 @@
<?php defined("SYSPATH") or die("No direct script access.") ?>
-<div id="imagemagick" class="gBlock <?= $tk->imagemagick ? "" : "unavailable" ?>">
+<div id="imagemagick" class="gBlock<?= $is_active ? " gSelected" : "" ?><?= $tk->imagemagick ? "" : " gUnavailable" ?>">
<h3> <?= t("ImageMagick") ?> </h3>
<img class="logo" width="114" height="118" src="<?= url::file("core/images/imagemagick.jpg"); ?>" alt="<? t("Visit the ImageMagick project site") ?>" />
<p>