From 11d642447306fbbaaeffc42f63d27da54b74d577 Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Sun, 14 Apr 2013 17:05:39 +0200 Subject: [PATCH] [SIGNED-OFF] Bug 7892: Open link to imported record in new tab Change links to imported records to open in a new window/tab on the staged records management page. To test: 1) Go to Tools > Staged MARC record management 2) Open an imported batch by clicking on the file name 3) Click on bib# in the record column 4) Verify links open in a new window/tab now Signed-off-by: Nicole C. Engard All tests pass --- .../prog/en/modules/tools/manage-marc-import.tt | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/manage-marc-import.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/manage-marc-import.tt index e0325bb..3041d53 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/manage-marc-import.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/manage-marc-import.tt @@ -1,6 +1,6 @@ [% BLOCK final_match_link %] [% IF ( record.record_type == 'biblio' ) %] - [% record.final_match_id %] + [% record.final_match_id %] [% ELSIF ( record.record_type == 'auth' ) %] [% record.final_match_id %] [% END %] -- 1.7.2.3