From 94148f994db3cd6a3aa2d4be28f682c79af3e0e7 Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Thu, 21 Dec 2023 12:44:24 +0000 Subject: [PATCH] Bug 34324: Add 'Report a problem' modal This patch adds a modal for reporting opac problems. This will allow us to remove the controller and template code for the feature. --- .../en/includes/modals/problem_report.inc | 40 +++++++++++ .../bootstrap/en/includes/opac-bottom.inc | 11 ++++ .../bootstrap/js/modals/problem_report.js | 66 +++++++++++++++++++ 3 files changed, 117 insertions(+) create mode 100644 koha-tmpl/opac-tmpl/bootstrap/en/includes/modals/problem_report.inc create mode 100644 koha-tmpl/opac-tmpl/bootstrap/js/modals/problem_report.js diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/includes/modals/problem_report.inc b/koha-tmpl/opac-tmpl/bootstrap/en/includes/modals/problem_report.inc new file mode 100644 index 00000000000..ff807a32d4a --- /dev/null +++ b/koha-tmpl/opac-tmpl/bootstrap/en/includes/modals/problem_report.inc @@ -0,0 +1,40 @@ + + diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-bottom.inc b/koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-bottom.inc index 50d78ea97be..3b4e28fd70f 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-bottom.inc +++ b/koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-bottom.inc @@ -34,6 +34,10 @@