From 98d7c8b7e7b825cbc449f9b59a23131030daf087 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Thu, 2 Apr 2020 12:51:39 +0200 Subject: [PATCH] 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 Signed-off-by: Jonathan Druart --- .../intranet-tmpl/prog/en/modules/admin/problem-reports.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/problem-reports.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/problem-reports.tt index ceb0f6c440..6c7080f3ff 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/problem-reports.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/problem-reports.tt @@ -79,7 +79,7 @@ [% report.title | html %]
[% report.content | html %] - [% report.problempage | html %] + [% report.problempage | html %] [% report.recipient %] [% report.created_on | $KohaDates with_hours => 1 %] [% INCLUDE 'patron-title.inc' patron => report.patron hide_patron_infos_if_needed=1 %] -- 2.20.1