Bug 33316: (QA follow-up) Add link to record, fix typo and heading

* h2 h2 directly following each other make no sense. Changed to h2 h3
* ids changed to IDs
* Linked the record ID to the catalog entry
  Note: We also have this link in the batch record mod job details

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
Katrin Fischer 2023-04-10 16:38:14 +00:00 committed by Tomas Cohen Arazi
parent dad9430b7b
commit a80de2dc83
Signed by: tomascohen
GPG key ID: 0A272EA1B2F3C15F

View file

@ -34,10 +34,10 @@
</div>
[% END %]
[% IF report %]
<h2> Record ids:</h2>
<h3> Record IDs:</h3>
<ul>
[% FOREACH record_id IN report.record_ids %]
<li>[% record_id | html %]</li>
<li><a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% record_id | uri %]">[% record_id | html %]</a></li>
[% END %]
</ul>
[% END %]