mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-07-27 02:04:31 -04:00
Convert gDialog and gCancel over to g-dialog and g-cancel. Refactor CSS id's and classes in the login/reset password dialog.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user