diff options
author | shadlaws <shad@shadlaws.com> | 2013-02-23 21:29:09 +0100 |
---|---|---|
committer | shadlaws <shad@shadlaws.com> | 2013-02-23 21:29:09 +0100 |
commit | fd012276cbf03cc1dc7b8da10aac5cc6f26326c6 (patch) | |
tree | 6b54edcbf13e85d4129ffa9a0854535bb7ad0973 /modules/user | |
parent | 53e6df0b95e3abf58bf88f84b9d9bc68e25ca9a5 (diff) |
#2013 - Clean up gallery.panel.js.
- prepend "data-" in front of non-standard attr to be more standards compliant.
Diffstat (limited to 'modules/user')
-rw-r--r-- | modules/user/views/admin_users.html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/user/views/admin_users.html.php b/modules/user/views/admin_users.html.php index 033c9dae..e7abbef9 100644 --- a/modules/user/views/admin_users.html.php +++ b/modules/user/views/admin_users.html.php @@ -92,7 +92,7 @@ </td> <td> <a href="<?= url::site("admin/users/edit_user_form/$user->id") ?>" - open_text="<?= t("Close") ?>" + data-open-text="<?= t("Close") ?>" class="g-panel-link g-button ui-state-default ui-corner-all ui-icon-left"> <span class="ui-icon ui-icon-pencil"></span><span class="g-button-text"><?= t("Edit") ?></span></a> <? if (identity::active_user()->id != $user->id && !$user->guest): ?> |