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:
parent
dad9430b7b
commit
a80de2dc83
1 changed files with 2 additions and 2 deletions
|
@ -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 %]
|
||||
|
|
Loading…
Reference in a new issue