From 72672bda39b76dae698805c3e0e6efdbdcf21105 Mon Sep 17 00:00:00 2001
From: Chad Kieffer
Date: Wed, 30 Sep 2009 08:04:49 -0600
Subject: Replaced gButtonLink with g-button.
---
modules/gallery/views/admin_graphics_gd.html.php | 4 ++--
.../views/admin_graphics_graphicsmagick.html.php | 2 +-
.../gallery/views/admin_graphics_imagemagick.html.php | 2 +-
modules/gallery/views/admin_languages.html.php | 2 +-
modules/gallery/views/admin_maintenance.html.php | 18 +++++++++---------
modules/gallery/views/l10n_client.html.php | 2 +-
modules/gallery/views/welcome_message.html.php | 2 +-
7 files changed, 16 insertions(+), 16 deletions(-)
(limited to 'modules/gallery')
diff --git a/modules/gallery/views/admin_graphics_gd.html.php b/modules/gallery/views/admin_graphics_gd.html.php
index 010a31b4..08c19234 100644
--- a/modules/gallery/views/admin_graphics_gd.html.php
+++ b/modules/gallery/views/admin_graphics_gd.html.php
@@ -11,7 +11,7 @@
= t("You have GD version %version.", array("version" => $tk->version)) ?>
- = t("Activate GD") ?>
+ = t("Activate GD") ?>
elseif ($tk->installed): ?>
if ($tk->error): ?>
@@ -20,7 +20,7 @@
endif ?>
- = t("Activate GD") ?>
+ = t("Activate GD") ?>
else: ?>
diff --git a/modules/gallery/views/admin_graphics_graphicsmagick.html.php b/modules/gallery/views/admin_graphics_graphicsmagick.html.php
index 97624850..6ee15bc3 100644
--- a/modules/gallery/views/admin_graphics_graphicsmagick.html.php
+++ b/modules/gallery/views/admin_graphics_graphicsmagick.html.php
@@ -11,7 +11,7 @@
= t("GraphicsMagick version %version is available in %dir", array("version" => $tk->version, "dir" => $tk->dir)) ?>
- = t("Activate Graphics Magic") ?>
+ = t("Activate Graphics Magic") ?>
else: ?>
diff --git a/modules/gallery/views/admin_graphics_imagemagick.html.php b/modules/gallery/views/admin_graphics_imagemagick.html.php
index cdff7c2c..aeef4919 100644
--- a/modules/gallery/views/admin_graphics_imagemagick.html.php
+++ b/modules/gallery/views/admin_graphics_imagemagick.html.php
@@ -11,7 +11,7 @@
= t("ImageMagick version %version is available in %dir", array("version" => $tk->version, "dir" => $tk->dir)) ?>
- = t("Activate ImageMagick") ?>
+ = t("Activate ImageMagick") ?>
elseif ($tk->error): ?>
diff --git a/modules/gallery/views/admin_languages.html.php b/modules/gallery/views/admin_languages.html.php
index fb30c7ba..d6f50516 100644
--- a/modules/gallery/views/admin_languages.html.php
+++ b/modules/gallery/views/admin_languages.html.php
@@ -88,7 +88,7 @@
= t("Step 3: Start the translation mode and the translation interface will appear at the bottom of each Gallery page.") ?>
"
- class="gButtonLink ui-state-default ui-corner-all ui-icon-left">
+ class="g-button ui-state-default ui-corner-all ui-icon-left">
if (Session::instance()->get("l10n_mode", false)): ?>
= t("Stop translation mode") ?>
diff --git a/modules/gallery/views/admin_maintenance.html.php b/modules/gallery/views/admin_maintenance.html.php
index 00ba5199..8c3917b6 100644
--- a/modules/gallery/views/admin_maintenance.html.php
+++ b/modules/gallery/views/admin_maintenance.html.php
@@ -30,7 +30,7 @@
callback?csrf=$csrf") ?>"
- class="gDialogLink gButtonLink ui-icon-left ui-state-default ui-corner-all">
+ class="gDialogLink g-button ui-icon-left ui-state-default ui-corner-all">
= t("run") ?>
|
@@ -62,7 +62,7 @@
"
- class="gButtonLink g-right ui-icon-left ui-state-default ui-corner-all">
+ class="g-button g-right ui-icon-left ui-state-default ui-corner-all">
= t("cancel all") ?>
= t("Action") ?>
|
@@ -96,11 +96,11 @@
id?csrf=$csrf") ?>"
- class="gButtonLink g-right ui-icon-left ui-state-default ui-corner-all">
+ class="g-button g-right ui-icon-left ui-state-default ui-corner-all">
= t("cancel") ?>
if ($task->state == "stalled"): ?>
- id?csrf=$csrf") ?>">
= t("resume") ?>
@@ -135,7 +135,7 @@
|
"
- class="gButtonLink g-right ui-icon-left ui-state-default ui-corner-all">
+ class="g-button g-right ui-icon-left ui-state-default ui-corner-all">
= t("remove all finished") ?>
= t("Action") ?>
|
@@ -166,19 +166,19 @@
if ($task->done): ?>
- id?csrf=$csrf") ?>" class="gButtonLink ui-state-default ui-corner-all">
+ id?csrf=$csrf") ?>" class="g-button ui-state-default ui-corner-all">
= t("remove") ?>
if ($task->get_log()): ?>
- id?csrf=$csrf") ?>" class="gDialogLink gButtonLink ui-state-default ui-corner-all">
+ id?csrf=$csrf") ?>" class="gDialogLink g-button ui-state-default ui-corner-all">
= t("browse log") ?>
endif ?>
else: ?>
- id?csrf=$csrf") ?>" class="gDialogLink gButtonLink" ui-state-default ui-corner-all>
+ id?csrf=$csrf") ?>" class="gDialogLink g-button" ui-state-default ui-corner-all>
= t("resume") ?>
- id?csrf=$csrf") ?>" class="gButtonLink ui-state-default ui-corner-all">
+ id?csrf=$csrf") ?>" class="g-button ui-state-default ui-corner-all">
= t("cancel") ?>
endif ?>
diff --git a/modules/gallery/views/l10n_client.html.php b/modules/gallery/views/l10n_client.html.php
index b0f424be..a7f001aa 100644
--- a/modules/gallery/views/l10n_client.html.php
+++ b/modules/gallery/views/l10n_client.html.php
@@ -68,7 +68,7 @@
for_html_attr() ?>"/>
= t("Copy source text") ?>
+ class="g-button ui-state-default ui-corner-all">= t("Copy source text") ?>
diff --git a/modules/gallery/views/welcome_message.html.php b/modules/gallery/views/welcome_message.html.php
index 5515c3dc..021e5772 100644
--- a/modules/gallery/views/welcome_message.html.php
+++ b/modules/gallery/views/welcome_message.html.php
@@ -18,7 +18,7 @@
id}") ?>"
title="= t("Edit Your Profile")->for_html_attr() ?>"
id="gAfterInstallChangePasswordLink"
- class="gButtonLink ui-state-default ui-corners-all">
+ class="g-button ui-state-default ui-corners-all">
= t("Change Password Now") ?>
|