summaryrefslogtreecommitdiff
path: root/modules/gallery/views/admin_graphics_gd.html.php
diff options
context:
space:
mode:
Diffstat (limited to 'modules/gallery/views/admin_graphics_gd.html.php')
-rw-r--r--modules/gallery/views/admin_graphics_gd.html.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/modules/gallery/views/admin_graphics_gd.html.php b/modules/gallery/views/admin_graphics_gd.html.php
index 08c19234..1cc9dc9e 100644
--- a/modules/gallery/views/admin_graphics_gd.html.php
+++ b/modules/gallery/views/admin_graphics_gd.html.php
@@ -1,5 +1,5 @@
<?php defined("SYSPATH") or die("No direct script access.") ?>
-<div id="gd" class="gBlock<?= $is_active ? " gSelected" : "" ?><?= $tk->installed ? " gInstalledToolkit" : " gUnavailable" ?>">
+<div id="gd" class="g-block<?= $is_active ? " g-selected" : "" ?><?= $tk->installed ? " g-installed-toolkit" : " g-unavailable" ?>">
<img class="logo" width="170" height="110" src="<?= url::file("modules/gallery/images/gd.png"); ?>" alt="<? t("Visit the GD lib project site") ?>" />
<h3> <?= t("GD") ?> </h3>
<p>
@@ -7,7 +7,7 @@
array("url" => "http://www.boutell.com/gd")) ?>
</p>
<? if ($tk->installed && $tk->rotate): ?>
- <div class="gModuleStatus gInfo">
+ <div class="g-module-status g-info">
<?= t("You have GD version %version.", array("version" => $tk->version)) ?>
</div>
<p>
@@ -15,7 +15,7 @@
</p>
<? elseif ($tk->installed): ?>
<? if ($tk->error): ?>
- <p class="gModuleStatus gWarning">
+ <p class="g-module-status g-warning">
<?= $tk->error ?>
</p>
<? endif ?>
@@ -23,7 +23,7 @@
<a class="g-button ui-state-default ui-corner-all"><?= t("Activate GD") ?></a>
</p>
<? else: ?>
- <div class="gModuleStatus gInfo">
+ <div class="g-module-status g-info">
<?= t("You do not have GD installed.") ?>
</div>
<? endif ?>