From 5db0b68a70434a16d8881a6e560a9526530a8a60 Mon Sep 17 00:00:00 2001
From: Chad Kieffer
Date: Sat, 29 Aug 2009 14:01:04 -0600
Subject: Update status message styles. Lighten backgrounds, don't show
background on Admin Maintenance rows, and added gModuleStatus class.
---
modules/gallery/views/admin_graphics_gd.html.php | 12 +++++-------
1 file changed, 5 insertions(+), 7 deletions(-)
(limited to 'modules/gallery/views/admin_graphics_gd.html.php')
diff --git a/modules/gallery/views/admin_graphics_gd.html.php b/modules/gallery/views/admin_graphics_gd.html.php
index aa9ee67c..010a31b4 100644
--- a/modules/gallery/views/admin_graphics_gd.html.php
+++ b/modules/gallery/views/admin_graphics_gd.html.php
@@ -7,26 +7,24 @@
array("url" => "http://www.boutell.com/gd")) ?>
if ($tk->installed && $tk->rotate): ?>
-
+
= t("You have GD version %version.", array("version" => $tk->version)) ?>
-
+
= t("Activate GD") ?>
elseif ($tk->installed): ?>
-
if ($tk->error): ?>
-
+
= $tk->error ?>
endif ?>
-
= t("Activate GD") ?>
else: ?>
-
+
= t("You do not have GD installed.") ?>
-
+
endif ?>
--
cgit v1.2.3