Bugzilla – Attachment 17490 Details for
Bug 7892
on staged marc record management open in tab
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[SIGNED-OFF] Bug 7892: Open link to imported record in new tab
SIGNED-OFF-Bug-7892-Open-link-to-imported-record-i.patch (text/plain), 1.58 KB, created by
Nicole C. Engard
on 2013-04-16 14:35:24 UTC
(
hide
)
Description:
[SIGNED-OFF] Bug 7892: Open link to imported record in new tab
Filename:
MIME Type:
Creator:
Nicole C. Engard
Created:
2013-04-16 14:35:24 UTC
Size:
1.58 KB
patch
obsolete
>From 11d642447306fbbaaeffc42f63d27da54b74d577 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <Katrin.Fischer.83@web.de> >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 <nengard@bywatersolutions.com> >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' ) %] >- <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% record.final_match_id %]">[% record.final_match_id %]</a> >+ <a target="_blank" href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% record.final_match_id %]">[% record.final_match_id %]</a> > [% ELSIF ( record.record_type == 'auth' ) %] > <a href="/cgi-bin/koha/authorities/detail.pl?authid=[% record.final_match_id %]">[% record.final_match_id %]</a> > [% END %] >-- >1.7.2.3
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 7892
:
17418
|
17490
|
18666