diff options
author | Chad Kieffer <ckieffer@gmail.com> | 2009-10-20 20:20:48 -0600 |
---|---|---|
committer | Chad Kieffer <ckieffer@gmail.com> | 2009-10-20 20:20:48 -0600 |
commit | ba2d4b923b3786495eede2098906399224f4f262 (patch) | |
tree | 5e8244109d6e895ed0baf2ac21a02c053b07f7f9 /modules/tag/views | |
parent | b2d0b3ebbb1764593e387a2e07e0d4e67f4f5474 (diff) |
Rollback tag admin to fix. Now functioning.
Diffstat (limited to 'modules/tag/views')
-rw-r--r-- | modules/tag/views/admin_tags.html.php | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/modules/tag/views/admin_tags.html.php b/modules/tag/views/admin_tags.html.php index dc9deb1f..8647412d 100644 --- a/modules/tag/views/admin_tags.html.php +++ b/modules/tag/views/admin_tags.html.php @@ -44,6 +44,7 @@ <strong><?= html::clean($current_letter) ?></strong> <ul> <? endif ?> + <li> <span class="g-editable g-tag-name" rel="<?= $tag->id ?>"><?= html::clean($tag->name) ?></span> <span class="g-understate">(<?= $tag->count ?>)</span> @@ -51,18 +52,7 @@ class="g-dialog-link g-delete-link g-button"> <span class="ui-icon ui-icon-trash"><?= t("Delete this tag") ?></span></a> </li> - </ul> - <strong><?= html::clean($current_letter) ?></strong> - <ul> - <? endif ?> - <li> - <span class="g-editable g-tag-name" rel="<?= $tag->id ?>"><?= html::clean($tag->name) ?></span> - <span class="g-understate">(<?= $tag->count ?>)</span> - <a href="<?= url::site("admin/tags/form_delete/$tag->id") ?>" - class="g-dialog-link g-delete-link g-button"> - <span class="ui-icon ui-icon-trash"><?= t("Delete this tag") ?></span></a> - </li> <? $column_tag_count++ ?> <? $last_letter = $current_letter ?> <? endforeach /* $tags */ ?> |