diff options
| author | Chad Kieffer <ckieffer@gmail.com> | 2009-10-16 00:56:37 -0600 |
|---|---|---|
| committer | Chad Kieffer <ckieffer@gmail.com> | 2009-10-16 00:56:37 -0600 |
| commit | eb3e36f1325785807e4e5d01dfdf51f0e3d8faef (patch) | |
| tree | 3180a436090018d7a62a8306ab7414ed17da3f3b /modules/gallery/views | |
| parent | 568017d8ccd230a5075a5b3e02654e129b4929d0 (diff) | |
Apply g-dialog-link class directly to login link markup, not via jQuery.
Diffstat (limited to 'modules/gallery/views')
| -rw-r--r-- | modules/gallery/views/login.html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gallery/views/login.html.php b/modules/gallery/views/login.html.php index 049ba043..9be218c0 100644 --- a/modules/gallery/views/login.html.php +++ b/modules/gallery/views/login.html.php @@ -4,7 +4,7 @@ <li class="first"> <a href="<?= url::site("login/ajax") ?>" title="<?= t("Login to Gallery")->for_html_attr() ?>" - id="g-login-link"><?= t("Login") ?></a> + id="g-login-link" class="g-dialog-link"><?= t("Login") ?></a> </li> <? else: ?> <li class="first"> |
