Added target to open email in same browser window (if exists).
This commit is contained in:
parent
ee850f7d2b
commit
4663697884
1 changed files with 1 additions and 1 deletions
|
@ -387,7 +387,7 @@ i18n(Changes):<br>
|
|||
def template_footer(_user, _ticket, _article)
|
||||
'
|
||||
<p>
|
||||
<a href="#{config.http_type}://#{config.fqdn}/#ticket/zoom/#{ticket.id}">i18n(View this in Zammad)</a>
|
||||
<a href="#{config.http_type}://#{config.fqdn}/#ticket/zoom/#{ticket.id}" target="zammad_app">i18n(View this in Zammad)</a>
|
||||
</p>
|
||||
<div class="footer">
|
||||
<a href="#{config.http_type}://#{config.fqdn}/#profile/notifications">i18n(Manage your notifications settings)</a>
|
||||
|
|
Loading…
Reference in a new issue