= t('There is no global tag at the moment.') ?>
| = t('Tag') ?> | = t('Action') ?> |
|---|---|
| = $this->text->e($tag['name']) ?> | = $this->modal->medium('edit', t('Edit'), 'TagController', 'edit', array('tag_id' => $tag['id'])) ?> = $this->modal->confirm('trash-o', t('Remove'), 'TagController', 'confirm', array('tag_id' => $tag['id'])) ?> |