From 661ad2cb019a42854ad8121db87ef85dd06a726c Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Sun, 14 Apr 2013 17:05:39 +0200 Subject: [PATCH] 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 Signed-off-by: Chris Cormack --- koha-tmpl/intranet-tmpl/prog/en/modules/tools/manage-marc-import.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 391dda7..5b0e3a2 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.10.4