Bugzilla – Attachment 17418 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]
Bug 7892: Open link to imported record in new tab
Bug-7892-Open-link-to-imported-record-in-new-tab.patch (text/plain), 1.49 KB, created by
Katrin Fischer
on 2013-04-14 15:13:22 UTC
(
hide
)
Description:
Bug 7892: Open link to imported record in new tab
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2013-04-14 15:13:22 UTC
Size:
1.49 KB
patch
obsolete
>From 70eebfd4814701291bf5198f1e85eeb52358602a 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] 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 >--- > .../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 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.9.5
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