Bugzilla – Attachment 174988 Details for
Bug 38537
'Edit items in a batch' should open in a new tab
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 38537: Add target to open the form in a new tab
Bug-38537-Add-target-to-open-the-form-in-a-new-tab.patch (text/plain), 1.20 KB, created by
Laura Escamilla
on 2024-11-26 15:58:52 UTC
(
hide
)
Description:
Bug 38537: Add target to open the form in a new tab
Filename:
MIME Type:
Creator:
Laura Escamilla
Created:
2024-11-26 15:58:52 UTC
Size:
1.20 KB
patch
obsolete
>From c58d23ca618cc28515c8b2055afc04f015f944e8 Mon Sep 17 00:00:00 2001 >From: Laura_Escamilla <laura.escamilla@bywatersolutions.com> >Date: Tue, 26 Nov 2024 15:56:54 +0000 >Subject: [PATCH] Bug 38537: Add target to open the form in a new tab > >--- > koha-tmpl/intranet-tmpl/prog/en/includes/cat-toolbar.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/cat-toolbar.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/cat-toolbar.inc >index 36d924b952..56aa1dcbc0 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/cat-toolbar.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/cat-toolbar.inc >@@ -66,7 +66,7 @@ > [% IF ( CAN_user_tools_items_batchmod ) %] > [% IF ( count ) %] > <li> >- <form action="/cgi-bin/koha/tools/batchMod.pl" method="post"> >+ <form action="/cgi-bin/koha/tools/batchMod.pl" method="post" target="_blank"> > [% INCLUDE 'csrf-token.inc' %] > <input type="hidden" name="op" value="cud-show" /> > <input type="hidden" name="biblionumber" value="[% biblionumber | html %]" /> >-- >2.39.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 38537
:
174988
|
175054