summaryrefslogtreecommitdiff
path: root/modules/tag/views
diff options
context:
space:
mode:
authorChad Kieffer <ckieffer@gmail.com>2009-09-30 08:04:49 -0600
committerChad Kieffer <ckieffer@gmail.com>2009-09-30 08:04:49 -0600
commit72672bda39b76dae698805c3e0e6efdbdcf21105 (patch)
tree39cc17e31d08f3807a01ad6edc6a5dee717d9728 /modules/tag/views
parent1c68190de0f148b27eacbfba8f1e290149e7dd1b (diff)
Replaced gButtonLink with g-button.
Diffstat (limited to 'modules/tag/views')
-rw-r--r--modules/tag/views/admin_tags.html.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/tag/views/admin_tags.html.php b/modules/tag/views/admin_tags.html.php
index 23a00567..b7344cda 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 gButtonLink">
+ class="gDialogLink delete-link g-button">
<span class="ui-icon ui-icon-trash"><?= t("Delete this tag") ?></span></a>
</li>