#2013 - Clean up gallery.panel.js.

- prepend "data-" in front of non-standard attr to be more standards compliant.
This commit is contained in:
shadlaws
2013-02-23 21:29:09 +01:00
parent 53e6df0b95
commit fd012276cb
2 changed files with 10 additions and 10 deletions

View File

@@ -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): ?>