Replaced gButtonLink with g-button.

This commit is contained in:
Chad Kieffer
2009-09-30 08:04:49 -06:00
parent 1c68190de0
commit 72672bda39
25 changed files with 89 additions and 91 deletions

View File

@@ -88,7 +88,7 @@
<p><?= t("<strong>Step 3:</strong> Start the translation mode and the translation interface will appear at the bottom of each Gallery page.") ?></p>
<a href="<?= url::site("l10n_client/toggle_l10n_mode?csrf=".access::csrf_token()) ?>"
class="gButtonLink ui-state-default ui-corner-all ui-icon-left">
class="g-button ui-state-default ui-corner-all ui-icon-left">
<span class="ui-icon ui-icon-power"></span>
<? if (Session::instance()->get("l10n_mode", false)): ?>
<?= t("Stop translation mode") ?>