summaryrefslogtreecommitdiff
path: root/modules/user/views/login.html.php
diff options
context:
space:
mode:
authorChad Kieffer <ckieffer@gmail.com>2009-09-30 22:49:36 -0600
committerChad Kieffer <ckieffer@gmail.com>2009-09-30 22:49:36 -0600
commite1e8904e4a82792effd721fc0b4c028d86cf177a (patch)
tree5cd03d6eea9c3f40c2523dcddf3871450f971bc2 /modules/user/views/login.html.php
parent1f02c1ef6ef26a1f96e27b6ecede6388e4132e15 (diff)
Convert gDialog and gCancel over to g-dialog and g-cancel. Refactor CSS id's and classes in the login/reset password dialog.
Diffstat (limited to 'modules/user/views/login.html.php')
-rw-r--r--modules/user/views/login.html.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/user/views/login.html.php b/modules/user/views/login.html.php
index bb670d51..c814bbfa 100644
--- a/modules/user/views/login.html.php
+++ b/modules/user/views/login.html.php
@@ -11,7 +11,7 @@
<?= t('Logged in as %name', array('name' => html::mark_clean(
'<a href="' . url::site("form/edit/users/{$user->id}") .
'" title="' . t("Edit Your Profile")->for_html_attr() .
- '" id="gUserProfileLink" class="gDialogLink">' .
+ '" id="gUserProfileLink" class="g-dialogLink">' .
html::clean($user->display_name()) . '</a>'))) ?>
</li>
<li>