Bug 4461: Fix OPAC link from staff

QA: We have a security issue here, we should not make this link
clickable from the staff side.

Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
This commit is contained in:
Jonathan Druart 2020-04-02 12:51:39 +02:00 committed by Martin Renvoize
parent 01c3067a7c
commit d6134c2917
Signed by: martin.renvoize
GPG key ID: 422B469130441A0F

View file

@ -79,7 +79,7 @@
<b>[% report.title | html %]</b><br>
[% report.content | html %]
</td>
<td><a href="[% report.problempage | uri %]">[% report.problempage | html %]</a></td>
<td><a href="[% report.problempage | url %]">[% report.problempage | html %]</a></td>
<td>[% report.recipient %]</td>
<td><span title="[% report.created_on | html %]">[% report.created_on | $KohaDates with_hours => 1 %]</span></td>
<td>[% INCLUDE 'patron-title.inc' patron => report.patron hide_patron_infos_if_needed=1 %]</td>