summaryrefslogtreecommitdiff
path: root/modules/tag
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/tag
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/tag')
-rw-r--r--modules/tag/js/tag.js2
-rw-r--r--modules/tag/views/admin_tags.html.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/modules/tag/js/tag.js b/modules/tag/js/tag.js
index 52c695c6..ab3691a6 100644
--- a/modules/tag/js/tag.js
+++ b/modules/tag/js/tag.js
@@ -24,7 +24,7 @@ function closeEditInPlaceForms() {
$("#gRenameTagForm").parent().html($("#gRenameTagForm").parent().data("revert"));
li.height("");
$(".gEditable", li).bind("click", editInPlace);
- $(".gDialogLink", li).gallery_dialog();
+ $(".g-dialogLink", li).gallery_dialog();
}
}
diff --git a/modules/tag/views/admin_tags.html.php b/modules/tag/views/admin_tags.html.php
index b7344cda..a4bd5d8f 100644
--- a/modules/tag/views/admin_tags.html.php
+++ b/modules/tag/views/admin_tags.html.php
@@ -50,7 +50,7 @@
<span id="gTag-<?= $tag->id ?>" class="gEditable tag-name"><?= html::clean($tag->name) ?></span>
<span class="g-understate">(<?= $tag->count ?>)</span>
<a href="<?= url::site("admin/tags/form_delete/$tag->id") ?>"
- class="gDialogLink delete-link g-button">
+ class="g-dialogLink delete-link g-button">
<span class="ui-icon ui-icon-trash"><?= t("Delete this tag") ?></span></a>
</li>