Bugzilla – Attachment 108099 Details for
Bug 5428
Back to results after deleting a record
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 5428: Add searchid to the "Return to the record" button (batch del)
Bug-5428-Add-searchid-to-the-Return-to-the-record-.patch (text/plain), 1.45 KB, created by
Jonathan Druart
on 2020-08-12 12:03:39 UTC
(
hide
)
Description:
Bug 5428: Add searchid to the "Return to the record" button (batch del)
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2020-08-12 12:03:39 UTC
Size:
1.45 KB
patch
obsolete
>From 2932be1c1571b9c2f076f70e8694019d04d6bab0 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Wed, 12 Aug 2020 14:03:00 +0200 >Subject: [PATCH] Bug 5428: Add searchid to the "Return to the record" button > (batch del) > >--- > koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-del.tt | 2 ++ > 1 file changed, 2 insertions(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-del.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-del.tt >index acdf6bcd02..8f99122e19 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-del.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-del.tt >@@ -280,6 +280,8 @@ > [% IF src == 'CATALOGUING' # from catalogue/detail.pl > Delete items in a batch%] > [% IF biblio_deleted %] > <a class="btn btn-default" href="/cgi-bin/koha/cataloguing/addbooks.pl"><i class="fa fa-check-square-o"></i> Return to the cataloging module</a> >+ [% ELSIF searchid %] >+ <a class="btn btn-default" href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% biblionumber | uri %]&searchid=[% searchid | uri %]"><i class="fa fa-check-square-o"></i> Return to the record</a> > [% ELSE %] > <a class="btn btn-default" href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% biblionumber | uri %]"><i class="fa fa-check-square-o"></i> Return to the record</a> > [% END %] >-- >2.20.1
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 5428
:
107753
|
107866
|
107868
|
107933
|
107934
|
108096
| 108099