diff options
| author | Chad Kieffer <ckieffer@gmail.com> | 2009-08-29 14:01:04 -0600 |
|---|---|---|
| committer | Chad Kieffer <ckieffer@gmail.com> | 2009-08-29 14:01:04 -0600 |
| commit | 5db0b68a70434a16d8881a6e560a9526530a8a60 (patch) | |
| tree | 85997fc3cbe4930ce2862667947cd6e209decba1 /modules/gallery/views/admin_graphics_gd.html.php | |
| parent | 210ba966f8fde3d9285a5492dd9f7ed5eac0b126 (diff) | |
Update status message styles. Lighten backgrounds, don't show background on Admin Maintenance rows, and added gModuleStatus class.
Diffstat (limited to 'modules/gallery/views/admin_graphics_gd.html.php')
| -rw-r--r-- | modules/gallery/views/admin_graphics_gd.html.php | 12 |
1 files changed, 5 insertions, 7 deletions
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")) ?> </p> <? if ($tk->installed && $tk->rotate): ?> - <p class="gSuccess"> + <div class="gModuleStatus gInfo"> <?= t("You have GD version %version.", array("version" => $tk->version)) ?> - </p> + </div> <p> <a class="gButtonLink ui-state-default ui-corner-all"><?= t("Activate GD") ?></a> </p> <? elseif ($tk->installed): ?> - <? if ($tk->error): ?> - <p class="gWarning"> + <p class="gModuleStatus gWarning"> <?= $tk->error ?> </p> <? endif ?> - <p> <a class="gButtonLink ui-state-default ui-corner-all"><?= t("Activate GD") ?></a> </p> <? else: ?> - <p class="gInfo"> + <div class="gModuleStatus gInfo"> <?= t("You do not have GD installed.") ?> - </p> + </div> <? endif ?> </div> |
