summaryrefslogtreecommitdiff
path: root/modules/tag
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2009-09-30 07:37:14 -0700
committerTim Almdal <tnalmdal@shaw.ca>2009-09-30 07:37:14 -0700
commita2108787257739a83708ea5c3bc21bd11e6dad17 (patch)
treedfa84fb573e7c4285089f6b201b2c1cda9ea2683 /modules/tag
parent60d35b89929d9029c794f72d6a9c38b676e282f6 (diff)
parent72672bda39b76dae698805c3e0e6efdbdcf21105 (diff)
Merge branch 'master' into talmdal_dev
Diffstat (limited to 'modules/tag')
-rw-r--r--modules/tag/views/admin_tags.html.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/tag/views/admin_tags.html.php b/modules/tag/views/admin_tags.html.php
index 8f3693aa..b7344cda 100644
--- a/modules/tag/views/admin_tags.html.php
+++ b/modules/tag/views/admin_tags.html.php
@@ -23,7 +23,7 @@
<? $column_tag_count = 0 ?>
<table id="gTagAdmin" class="gBlockContent">
- <caption class="understate">
+ <caption class="g-understate">
<?= t2("There is one tag", "There are %count tags", $tags->count()) ?>
</caption>
<tr>
@@ -48,9 +48,9 @@
<li>
<span id="gTag-<?= $tag->id ?>" class="gEditable tag-name"><?= html::clean($tag->name) ?></span>
- <span class="understate">(<?= $tag->count ?>)</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>