When viewing a tag (taxonomy term) when the taxonomy description display option is enabled, I'd like an "administer" link so that I can go in and add/edit the existing term without having to go into administer » categories then finding the term in question.

The attached patch adds a link, checking to see if the user has the "administer taxonomy" permission, and adds a CSS class so that designers can theme it or even remove it with display: none;.

Comments

nedjo’s picture

Thanks for the patch. We used to have this link. I'd first like to understand why it isn't there any more. Maybe this was one of the pieces lost in the theming patch, http://drupal.org/node/64795.

nedjo’s picture

Version: 4.7.x-1.x-dev » master
Status: Active » Fixed

Fixed in HEAD.

Anonymous’s picture

Status: Fixed » Closed (fixed)