{# Copyright (C) 2011-2013 Steffen Hoffmann Copyright (C) 2021 Cinc This software is licensed as described in the file COPYING, which you should have received as part of this distribution. #} # extends 'admin.html' # block admintitle ${_("Tags")} # endblock # block head ${ super() } # endblock # block adminpanel

${_("Manage Tags")}

${_("Filters")}
${_("Realms")} # for realm in tag_realms: # endfor
${jmacros.form_token_input()}
${_("Replace")}

# trans Select an existing tag to replace with another one; two or more to consolidate into one. The required new tag may actually be an existing tag or a new one. A change comment will be added if supported by the tag storage for the resource's realm. # endtrans

# trans Beware: Attempting to replace one or more tags will always add the new tag, but removal could fail for some tags, because tags might be immutable depending on internals of the tag provider they've been derived from. # endtrans

# trans You'll need to investigate further on how to change/remove these remaining tags closer to the tagged resource, i.e. in your trac.ini see ticket_fields option that lists fields to expose as tags for tag realm:ticket. # endtrans

# for realm in checked_realms: # endfor
# endblock adminpanel